Changeset 800 for trunk/libtorrent/src/data/chunk_list.cc
- Timestamp:
- 11/04/06 11:05:28 (6 years ago)
- Files:
-
- 1 modified
-
trunk/libtorrent/src/data/chunk_list.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtorrent/src/data/chunk_list.cc
r786 r800 184 184 185 185 } else { 186 handle->object()->dec_references(); 187 188 if (handle->object()->references() == 0) { 186 if (handle->object()->dec_references() == 0) { 189 187 if (is_queued(handle->object())) 190 188 throw internal_error("ChunkList::release(...) tried to unmap a queued chunk.");
