On Fri, 2003-06-13 at 11:07, Kjartan Maraas wrote: > > gconf_client_add_dir (gconf_client_get_default (), > > "apps/evolution/summary", > > GCONF_CLIENT_PRELOAD_RECURSIVE, > > NULL); > > > Doesn't this leak the client for every one you add? First getting the > client and then calling gconf_client_add_dir() lets you unref the client > after using it.
Indeed it does. ;-) -- Ettore _______________________________________________ evolution-hackers maillist - [EMAIL PROTECTED] http://lists.ximian.com/mailman/listinfo/evolution-hackers
