From 926c0ebda82f10f5b6db98f9968764427c0f7aba Mon Sep 17 00:00:00 2001 From: Johan Dahlin Date: Tue, 17 Feb 2009 18:24:45 -0300 Subject: [PATCH] Unref the GIBaseInfo after usage --- examples/glib-print.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/examples/glib-print.c b/examples/glib-print.c index f2f0d6b..7f99ed1 100644 --- a/examples/glib-print.c +++ b/examples/glib-print.c @@ -40,5 +40,7 @@ int main(void) return 1; } + g_base_info_unref (base_info); + return 0; } -- 2.7.4