From 3f82c5fc9417c03666eb3dce711ab19939a0abe6 Mon Sep 17 00:00:00 2001 From: Sergio Villar Senin Date: Tue, 21 Oct 2008 16:00:15 +0000 Subject: [PATCH] * Fixes NB#90510, removes a memory leak pmo-trunk-r6139 --- src/widgets/modest-secureauth-combo-box.c | 1 + 1 file changed, 1 insertion(+) 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); } /** -- 1.7.9.5