Comment 5 for bug 542001

Revision history for this message
Chris Coulson (chrisccoulson) wrote :

Thank you for the patch. I've not had a look in great detail yet, but I do have 1 comment so far:

+{
+ GConfClient *client;
+ client = gconf_client_get_default ();
+
+ char const *entered_text = gtk_entry_get_text(entry);

It seems that you're leaking the GConfClient here