From e5185bf4b4b6f76f15d3ff460a9cea40a8753284 Mon Sep 17 00:00:00 2001 From: Cyrille Bagard Date: Mon, 17 Aug 2020 23:53:58 +0200 Subject: Unlocked the locked collection. --- src/gui/panels/history.c | 2 ++ 1 file changed, 2 insertions(+) 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])); } -- cgit v0.11.2-87-g4458