GDesktopAppInfo: fix leaks
authorDan Winship <danw@gnome.org>
Fri, 24 Aug 2012 21:06:46 +0000 (17:06 -0400)
committerDan Winship <danw@gnome.org>
Mon, 3 Sep 2012 12:36:10 +0000 (08:36 -0400)
commitfa58cef826d8f3b6b3eb0cad230b0421ee35f8a2
tree6ae40dd8ea4d390d8266a65650e3eeb8afdf8ca0
parent4e7031f073db2df7297feab35c9d353b0b3977d8
GDesktopAppInfo: fix leaks

g_desktop_app_info_ensure_saved() was leaking the file contents.

_g_desktop_app_info_launch_uris_internal() was leaking the session bus
on error.

https://bugzilla.gnome.org/show_bug.cgi?id=682560
gio/gdesktopappinfo.c