GNOME Bugzilla – Bug 679097
code review: gsd-updates-manager.c
Last modified: 2012-07-02 09:42:09 UTC
Here too all notification objects appear to be leaked. show_offline_updates_error is leaking msg session_inhibit is leaking retval session_uninhibit too in file_exists_in_root: if (!ret) goto out; out: that looks a bit silly
commit e2e18f39c140ac1633d9cac974561367a62a7d39 Author: Richard Hughes <richard@hughsie.com> Date: Mon Jul 2 10:38:58 2012 +0100 updates: Fix a small memory leak when inhibiting the session Resolves: https://bugzilla.gnome.org/show_bug.cgi?id=679097