diff options
Diffstat (limited to 'src/pdm-dialog.c')
-rwxr-xr-x | src/pdm-dialog.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pdm-dialog.c b/src/pdm-dialog.c index b57cde4d4..3becb2d84 100755 --- a/src/pdm-dialog.c +++ b/src/pdm-dialog.c @@ -249,6 +249,7 @@ setup_passwords_treeview (PdmDialog *dialog) gtk_tree_sortable_set_sort_column_id (GTK_TREE_SORTABLE (liststore), COL_PASSWORDS_HOST, GTK_SORT_ASCENDING); + g_object_unref (liststore); renderer = gtk_cell_renderer_text_new (); @@ -305,6 +306,7 @@ setup_cookies_treeview (PdmDialog *dialog) gtk_tree_sortable_set_sort_column_id (GTK_TREE_SORTABLE (liststore), COL_COOKIES_HOST, GTK_SORT_ASCENDING); + g_object_unref (liststore); g_signal_connect (selection, "changed", G_CALLBACK(cookies_treeview_selection_changed_cb), |