aboutsummaryrefslogtreecommitdiff
path: root/sysutils/gconf-editor/files/patch-src_gconf-editor-window.c
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/gconf-editor/files/patch-src_gconf-editor-window.c')
-rw-r--r--sysutils/gconf-editor/files/patch-src_gconf-editor-window.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/gconf-editor/files/patch-src_gconf-editor-window.c b/sysutils/gconf-editor/files/patch-src_gconf-editor-window.c
new file mode 100644
index 000000000000..7ff0eb544269
--- /dev/null
+++ b/sysutils/gconf-editor/files/patch-src_gconf-editor-window.c
@@ -0,0 +1,11 @@
+--- src/gconf-editor-window.c.orig Mon Apr 24 03:19:49 2006
++++ src/gconf-editor-window.c Mon Apr 24 03:20:00 2006
+@@ -950,7 +950,7 @@ gconf_editor_gconf_value_changed (GConfC
+ gconf_add_recent_key (window, key);
+ }
+
+- g_free (value);
++ gconf_value_free (value);
+ g_free (key);
+ gtk_tree_path_free (path);
+ }