]> git.pld-linux.org Git - packages/gconf-editor.git/blob - gconf-editor-memcorrup.patch
This commit was manufactured by cvs2git to create branch 'AC-branch'.
[packages/gconf-editor.git] / gconf-editor-memcorrup.patch
1 Index: src/gconf-editor-window.c
2 ===================================================================
3 RCS file: /cvs/gnome/gconf-editor/src/gconf-editor-window.c,v
4 retrieving revision 1.93
5 diff -u -p -r1.93 gconf-editor-window.c
6 --- src/gconf-editor-window.c   30 Jan 2006 06:15:01 -0000      1.93
7 +++ src/gconf-editor-window.c   17 Mar 2006 14:57:51 -0000
8 @@ -950,7 +950,7 @@ gconf_editor_gconf_value_changed (GConfC
9                 gconf_add_recent_key (window, key);
10         }
11  
12 -       g_free (value);
13 +       gconf_value_free (value);
14         g_free (key);
15         gtk_tree_path_free (path);
16  }
17 Index: src/gconf-list-model.c
18 ===================================================================
19 RCS file: /cvs/gnome/gconf-editor/src/gconf-list-model.c,v
20 retrieving revision 1.16
21 diff -u -p -r1.16 gconf-list-model.c
22 --- src/gconf-list-model.c      10 Feb 2005 11:19:13 -0000      1.16
23 +++ src/gconf-list-model.c      17 Mar 2006 14:57:51 -0000
24 @@ -83,7 +83,6 @@ gconf_list_model_notify_func (GConfClien
25                 path = gtk_tree_model_get_path (GTK_TREE_MODEL (list_model), &iter);
26                 gtk_tree_model_row_inserted (GTK_TREE_MODEL (list_model), path, &iter);
27                 gtk_tree_path_free (path);
28 -
29         }
30         else {
31                 list_model->stamp++;
32 @@ -106,6 +105,8 @@ gconf_list_model_notify_func (GConfClien
33                         list_model->length--;
34                         g_hash_table_remove (list_model->key_hash, key);
35                 }
36 +
37 +               gtk_tree_path_free (path);
38         }
39  }
40  
This page took 0.071066 seconds and 3 git commands to generate.