From 41a8f63ce28e228611d72156abb39d496691d8be Mon Sep 17 00:00:00 2001 From: Alan Fitton Date: Wed, 11 Jan 2012 19:52:57 +0000 Subject: fix memory leaks and parse a files tree in a thread if there's over 600 files, to avoid UI freezes on massive torrents. --- src/trg-files-tree.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/trg-files-tree.c') diff --git a/src/trg-files-tree.c b/src/trg-files-tree.c index 4da802c..cadef12 100644 --- a/src/trg-files-tree.c +++ b/src/trg-files-tree.c @@ -17,6 +17,9 @@ * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. */ +/* This is the stuff common between both files trees, built up before + * populating the model. + */ #include #include -- cgit v1.2.3