aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-memory.c
diff options
context:
space:
mode:
Diffstat (limited to 'e-util/e-memory.c')
-rw-r--r--e-util/e-memory.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/e-util/e-memory.c b/e-util/e-memory.c
index 17385fa7ba..cf32147d75 100644
--- a/e-util/e-memory.c
+++ b/e-util/e-memory.c
@@ -294,7 +294,7 @@ e_memchunk_clean(MemChunk *m)
/* now, scan all free nodes, and count them in their tree node */
while (f) {
- ci = g_tree_search(tree, (GSearchFunc)tree_search, f);
+ ci = g_tree_search(tree, (GCompareFunc) tree_search, f);
if (ci) {
ci->count += f->atoms;
} else {