1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2025-02-07 06:54:40 +00:00

fix a small occasional memory leak reported by m1b & clang

This commit is contained in:
Mitchell Livingston 2008-11-05 02:34:44 +00:00
parent 88b322ff85
commit 96f30a802d

View file

@ -1819,6 +1819,7 @@ void completenessChangeCallback(tr_torrent * torrent, tr_completeness status, vo
node = [[FileListNode alloc] initWithFileName: name path: [parent fullPath] size: size index: index];
[parent insertChild: node];
[node release];
}
if (isFolder)