diff options
Diffstat (limited to 'src/gui')
-rw-r--r-- | src/gui/panels/history.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/panels/history.c b/src/gui/panels/history.c index e1ac123..4cf54aa 100644 --- a/src/gui/panels/history.c +++ b/src/gui/panels/history.c @@ -387,6 +387,8 @@ static void change_history_panel_current_content(GHistoryPanel *panel, GLoadedCo //g_signal_connect_to_main(collections[k], "content-changed", G_CALLBACK(on_history_changed), panel, // g_cclosure_user_marshal_VOID__ENUM_OBJECT); + g_db_collection_runlock(collections[k]); + g_object_unref(G_OBJECT(collections[k])); } |