From: Johan Dahlin Date: Tue, 17 Feb 2009 21:24:45 +0000 (-0300) Subject: Unref the GIBaseInfo after usage X-Git-Tag: GOBJECT_INTROSPECTION_0_6_3~115^2 X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=926c0ebda82f10f5b6db98f9968764427c0f7aba;p=gnome.gobject-introspection Unref the GIBaseInfo after usage --- 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; }