From: Dirk-Jan C. Binnema Date: Tue, 5 Dec 2006 06:02:08 +0000 (+0000) Subject: * modest-widget-memory.c: X-Git-Tag: git_migration_finished~4358 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=52663ab50c775a3359bfb67e5f06029f35b900f2 * modest-widget-memory.c: - fix leak pmo-trunk-r521 --- diff --git a/src/modest-widget-memory.c b/src/modest-widget-memory.c index 2305933..5a6138a 100644 --- a/src/modest-widget-memory.c +++ b/src/modest-widget-memory.c @@ -205,7 +205,8 @@ save_settings_header_view (ModestConf *conf, ModestHeaderView *header_view, key = get_keyname (conf, name, PARAM_COLUMN_WIDTH); modest_conf_set_string (conf, key, str->str, NULL); - + + g_free (key); g_string_free (str, TRUE); g_list_free (cols);