mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-16 18:25:11 -06:00
[gnucash-sheet] unref cursor
This commit is contained in:
parent
723dee66cb
commit
6c70f2c22d
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user