* Fixes NB#90510, removes a memory leak
authorSergio Villar Senin <svillar@igalia.com>
Tue, 21 Oct 2008 16:00:15 +0000 (16:00 +0000)
committerSergio Villar Senin <svillar@igalia.com>
Tue, 21 Oct 2008 16:00:15 +0000 (16:00 +0000)
pmo-trunk-r6139

src/widgets/modest-secureauth-combo-box.c

index bb1e097..b418db6 100644 (file)
@@ -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);
 }
 
 /**