]> pilppa.org Git - familiar-h63xx-build.git/blob - org.handhelds.familiar/packages/maemo/gconf-osso/free-entry-fix.diff
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e3...
[familiar-h63xx-build.git] / org.handhelds.familiar / packages / maemo / gconf-osso / free-entry-fix.diff
1 diff -ur GConf-2.6.4/gconf/gconf-client.c GConf-2.6.4.new/gconf/gconf-client.c
2 --- GConf-2.6.4/gconf/gconf-client.c    2004-09-19 15:29:35.000000000 +0300
3 +++ GConf-2.6.4.new/gconf/gconf-client.c        2005-04-08 10:59:46.268506800 +0300
4 @@ -776,7 +776,6 @@
5  static gboolean
6  clear_cache_foreach (char* key, GConfEntry* entry, GConfClient* client)
7  {
8 -  g_free (key);
9    gconf_entry_free (entry);
10  
11    return TRUE;