[gnucash-sheet] unref cursor

This commit is contained in:
Christopher Lam 2022-07-30 23:15:08 +08:00
parent 723dee66cb
commit 6c70f2c22d

View File

@ -817,6 +817,8 @@ gnucash_sheet_finalize (GObject *object)
g_hash_table_destroy (sheet->cursor_styles);
g_hash_table_destroy (sheet->dimensions_hash_table);
g_object_unref (sheet->cursor);
if (G_OBJECT_CLASS(sheet_parent_class)->finalize)
(*G_OBJECT_CLASS(sheet_parent_class)->finalize)(object);
}