1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 09:37:56 +00:00

(trunk libT) fix magnet code memory leak

This commit is contained in:
Charles Kerr 2009-11-24 19:45:36 +00:00
parent 034023f148
commit 78a2d66e15

View file

@ -222,6 +222,8 @@ tr_torrentSetMetadataPiece( tr_torrent * tor,
tor->info.hashString, path ); tor->info.hashString, path );
tr_torrentSetDirty( tor ); tr_torrentSetDirty( tor );
} }
tr_bencFree( &dict );
} }
evbuffer_free( buf ); evbuffer_free( buf );