diff options
Diffstat (limited to 'src/gui/tb')
-rw-r--r-- | src/gui/tb/source.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gui/tb/source.c b/src/gui/tb/source.c index 0685368..02ed643 100644 --- a/src/gui/tb/source.c +++ b/src/gui/tb/source.c @@ -260,6 +260,9 @@ static void update_source_item_binary(GEditorItem *item, GLoadedBinary *binary) g_signal_handlers_unblock_by_func(combo, G_CALLBACK(change_selected_source), item); //gtk_combo_box_set_active(combo, defsrc); + + g_object_unref(G_OBJECT(format)); + #endif } |