diff --git a/macosx/Torrent.m b/macosx/Torrent.m index 85d3e2d82..f0d599264 100644 --- a/macosx/Torrent.m +++ b/macosx/Torrent.m @@ -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)