This commit is contained in:
Arvid Norberg 2013-12-02 09:30:19 +00:00
parent faa53d7657
commit e0f3c7f6d0
1 changed files with 2 additions and 2 deletions

View File

@ -180,7 +180,7 @@ namespace libtorrent
#endif
::free(block - page);
return;
#endif
#endif // TORRENT_DEBUG_BUFFERS
#ifdef TORRENT_WINDOWS
_aligned_free(block);
@ -190,7 +190,7 @@ namespace libtorrent
delete_area(id);
#else
::free(block);
#endif
#endif // TORRENT_WINDOWS
}