From: Sergio Villar Senin Date: Tue, 21 Oct 2008 16:00:15 +0000 (+0000) Subject: * Fixes NB#90510, removes a memory leak X-Git-Tag: git_migration_finished~1117 X-Git-Url: http://git.maemo.org/git/?a=commitdiff_plain;ds=sidebyside;h=3f82c5fc9417c03666eb3dce711ab19939a0abe6;hp=89733c38c2b064aeacd006e49169058c14819f3a;p=modest * Fixes NB#90510, removes a memory leak pmo-trunk-r6139 --- diff --git a/src/widgets/modest-secureauth-combo-box.c b/src/widgets/modest-secureauth-combo-box.c index bb1e097..b418db6 100644 --- a/src/widgets/modest-secureauth-combo-box.c +++ b/src/widgets/modest-secureauth-combo-box.c @@ -149,6 +149,7 @@ void modest_secureauth_combo_box_fill (ModestSecureauthComboBox *combobox) MODEL_COL_NAME, modest_protocol_get_display_name (protocol), -1); } + g_slist_free (protocols); } /**