*** empty log message ***

This commit is contained in:
Arvid Norberg 2005-03-10 11:41:22 +00:00
parent 727dc803a3
commit 5e3896aae0
1 changed files with 1 additions and 1 deletions

View File

@ -514,7 +514,7 @@ namespace libtorrent
// disconnect all peers and close all
// files belonging to the torrent
disconnect_all();
m_storage->release_files();
if (m_storage.get()) m_storage->release_files();
}
void torrent::announce_piece(int index)