diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2020-08-17 21:53:58 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2020-08-17 21:53:58 (GMT) |
commit | e5185bf4b4b6f76f15d3ff460a9cea40a8753284 (patch) | |
tree | 0d5e1c761303fa3a58f45daa1a3ab8ab74f545fd /src/gui | |
parent | 4a0320f107f294d1b870d44b10ae4b5ebd73f924 (diff) |
Unlocked the locked collection.
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])); } |