summaryrefslogtreecommitdiff
path: root/tumbler
diff options
context:
space:
mode:
authorJannis Pohlmann <jannis@xfce.org>2009-11-23 20:44:46 +0100
committerJannis Pohlmann <jannis@xfce.org>2009-11-23 21:01:31 +0100
commit4d3d26289217e1b2adfdd1899b36a87561030aff (patch)
tree6f16b6386de258d1a78858e46d7de13bc9928bbc /tumbler
parent075c04125bee186bff24cc79d642982e7633f0c6 (diff)
downloadtumbler-4d3d26289217e1b2adfdd1899b36a87561030aff.tar.gz
Fix a few memory leaks.
Diffstat (limited to 'tumbler')
-rw-r--r--tumbler/tumbler-thumbnailer.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tumbler/tumbler-thumbnailer.c b/tumbler/tumbler-thumbnailer.c
index d40c1b8..cc350da 100644
--- a/tumbler/tumbler-thumbnailer.c
+++ b/tumbler/tumbler-thumbnailer.c
@@ -208,6 +208,8 @@ tumbler_thumbnailer_supports_hash_key (TumblerThumbnailer *thumbnailer,
if (g_strcmp0 (hash_keys[n], hash_key) == 0)
supported = TRUE;
+ g_strfreev (hash_keys);
+
return supported;
}