Merge branch 'patch-1' of https://github.com/seiyap70/transmission into seiyap70-patch-1

This commit is contained in:
Mike Gelfand 2016-12-09 22:01:23 +03:00
commit b3b1feb744
1 changed files with 2 additions and 0 deletions

View File

@ -308,6 +308,8 @@ tr_torrentSetMetadataPiece (tr_torrent * tor, int piece, const void * data, in
tr_sessionSetTorrentFile (tor->session, tor->info.hashString, tor->info.torrent);
tr_torrentGotNewInfoDict (tor);
tr_torrentSetDirty (tor);
}else{
tr_metainfoFree(&info);
}
tr_variantFree (&newMetainfo);