Fix memory leaks from a commit for bug #508744

I missed that part when copying the code from a test program I cooked.
This commit is contained in:
Milan Crha
2014-03-24 19:30:36 +01:00
parent 7830511a89
commit a9b96e5ae1

View File

@ -265,6 +265,9 @@ mail_security_page_get_openpgpg_combo (void)
}
}
g_list_free (keys);
g_object_unref (keyset);
widget = gtk_combo_box_new_with_model_and_entry (GTK_TREE_MODEL (store));
g_object_unref (store);