[Xfce4-commits] <midori:master> Free text after proxy combo text change
Christian Dywan
noreply at xfce.org
Thu Mar 11 23:30:01 CET 2010
Updating branch refs/heads/master
to 8c1e5e430529e773a2a4713dbc7a8ac256f44891 (commit)
from aff89e587f9632e358920ad2f74951f503785ca5 (commit)
commit 8c1e5e430529e773a2a4713dbc7a8ac256f44891
Author: Christian Dywan <christian at twotoasts.de>
Date: Thu Mar 11 23:03:54 2010 +0100
Free text after proxy combo text change
katze/katze-utils.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/katze/katze-utils.c b/katze/katze-utils.c
index a4af47a..d3e93d6 100644
--- a/katze/katze-utils.c
+++ b/katze/katze-utils.c
@@ -85,6 +85,7 @@ proxy_combo_box_text_changed_cb (GtkComboBox* button,
gchar* text = gtk_combo_box_get_active_text (button);
const gchar* property = g_object_get_data (G_OBJECT (button), "property");
g_object_set (object, property, text, NULL);
+ g_free (text);
}
static const gchar*
More information about the Xfce4-commits
mailing list