mirror of
https://github.com/brl/mutter.git
synced 2025-02-22 16:04:09 +00:00
monitor-config: add missing chain-up for finalize
This commit is contained in:
parent
23c4ac6c7f
commit
38d61f30dc
@ -273,6 +273,8 @@ meta_monitor_config_finalize (GObject *object)
|
||||
MetaMonitorConfig *self = META_MONITOR_CONFIG (object);
|
||||
|
||||
g_hash_table_destroy (self->configs);
|
||||
|
||||
G_OBJECT_CLASS (meta_monitor_config_parent_class)->finalize (object);
|
||||
}
|
||||
|
||||
static void
|
||||
|
Loading…
x
Reference in New Issue
Block a user