* Fixes NB#90510, removes a memory leak
[modest] / 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);
 }
 
 /**