x11: Initialize g_autofree with NULL
Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1990>
This commit is contained in:
parent
264b5b825f
commit
70f2eb7bfa
1 changed files with 1 additions and 1 deletions
|
@ -924,7 +924,7 @@ set_workspace_work_area_hint (MetaWorkspace *workspace,
|
|||
int num_monitors;
|
||||
unsigned long *data;
|
||||
unsigned long *tmp;
|
||||
g_autofree char *workarea_name;
|
||||
g_autofree char *workarea_name = NULL;
|
||||
Atom workarea_atom;
|
||||
|
||||
monitor_manager = meta_backend_get_monitor_manager (meta_get_backend ());
|
||||
|
|
Loading…
Reference in a new issue