← Back to team overview

ayatana-commits team mailing list archive

[Merge] lp:~agateau/libindicate/small-memleak into lp:libindicate

 

Aurélien Gâteau has proposed merging lp:~agateau/libindicate/small-memleak into lp:libindicate.

Requested reviews:
    Indicator Applet Developers (indicator-applet-developers)

Not critical at all, but a good memleak is a dead memleak!
-- 
https://code.launchpad.net/~agateau/libindicate/small-memleak/+merge/11981
Your team ayatana-commits is subscribed to branch lp:libindicate.
=== modified file 'libindicate/server.c'
--- libindicate/server.c	2009-09-17 12:07:00 +0000
+++ libindicate/server.c	2009-09-17 15:00:42 +0000
@@ -1044,6 +1044,7 @@
 	g_value_init(&value, G_TYPE_STRING);
 	g_value_set_string(&value, type);
 	g_object_set_property(G_OBJECT(server), "type", &value);
+	g_value_unset(&value);
 	return;
 }
 


Follow ups