summaryrefslogtreecommitdiff
path: root/tests/gvdb
diff options
context:
space:
mode:
authorJürg Billeter <j@bitron.ch>2011-12-13 16:32:54 +0100
committerJürg Billeter <j@bitron.ch>2011-12-13 16:34:09 +0100
commitdf58112d63c678f8b713a00d9dc42ce5615414b7 (patch)
treef92fad56d1e8690f3c19e224788ae0a8127bf979 /tests/gvdb
parent3c9e8480c1c93445aa7a986fce09e6143702fb5c (diff)
downloadtracker-df58112d63c678f8b713a00d9dc42ce5615414b7.tar.gz
gvdb: Merge upstream changes
This fixes some memory leaks.
Diffstat (limited to 'tests/gvdb')
-rw-r--r--tests/gvdb/gvdb-test.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/gvdb/gvdb-test.c b/tests/gvdb/gvdb-test.c
index 2d4730d87..14f8da2d3 100644
--- a/tests/gvdb/gvdb-test.c
+++ b/tests/gvdb/gvdb-test.c
@@ -29,7 +29,8 @@ walk_open_cb (G_GNUC_UNUSED const gchar *name,
}
void
-walk_close_cb (G_GNUC_UNUSED gpointer user_data)
+walk_close_cb (G_GNUC_UNUSED gsize name_len,
+ G_GNUC_UNUSED gpointer user_data)
{
}