From 7ab8b4d248a398bce2cec081274cfba0dd8849b2 Mon Sep 17 00:00:00 2001 From: Milan Crha Date: Thu, 30 Jan 2014 19:47:25 +0100 Subject: Memory leaks of GSettings objects --- modules/calendar/e-memo-shell-content.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules') diff --git a/modules/calendar/e-memo-shell-content.c b/modules/calendar/e-memo-shell-content.c index 621567c237..dca724df13 100644 --- a/modules/calendar/e-memo-shell-content.c +++ b/modules/calendar/e-memo-shell-content.c @@ -287,6 +287,8 @@ memo_shell_content_restore_state_cb (EShellWindow *shell_window, settings, "memo-vpane-position", priv->paned, "vposition", G_SETTINGS_BIND_DEFAULT); + + g_object_unref (settings); } static void -- cgit v1.2.3