GNOME Bugzilla – Bug 683770
Fix some memory leaks
Last modified: 2012-09-11 12:37:45 UTC
See patch.
Created attachment 223983 [details] [review] Fix some memory leaks
Review of attachment 223983 [details] [review]: Looks good, thanks for spotting these mistakes. ::: client/gvfsdaemondbus.c @@ +264,2 @@ typedef struct { + char *dbus_id; I wonder why I didn't get any compiler warning for this.
Attachment 223983 [details] pushed as 2dbfccc - Fix some memory leaks