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:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user