summaryrefslogtreecommitdiff
path: root/src/trg-files-tree.c
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2012-01-11 19:52:57 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2012-01-11 19:52:57 +0000
commit41a8f63ce28e228611d72156abb39d496691d8be (patch)
treef895d3226e39c5659a2af1531216ab028d6c1b06 /src/trg-files-tree.c
parent1a7fff1b49628c2d3a0c8b9140196dd5ca4c2c8c (diff)
fix memory leaks and parse a files tree in a thread if there's over 600 files, to avoid UI freezes on massive torrents.
Diffstat (limited to 'src/trg-files-tree.c')
-rw-r--r--src/trg-files-tree.c3
1 files changed, 3 insertions, 0 deletions
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 <stdlib.h>
#include <string.h>