--- test.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/test.c b/test.c index f0ca21b..8c8d804 100644 --- a/test.c +++ b/test.c @@ -85,7 +85,7 @@ main (int argc, char **argv) g_main_loop_run (loop); g_main_loop_unref (loop); - g_free (igd); + g_object_unref (igd); return 0; } -- 1.5.6.5