gdkscreen-wayland: Don't leak wl_output objects
https://bugzilla.gnome.org/show_bug.cgi?id=743633
This commit is contained in:
parent
f717d98458
commit
2dd07f346a
@ -110,6 +110,7 @@ free_monitor (gpointer data)
|
||||
if (monitor == NULL)
|
||||
return;
|
||||
|
||||
wl_output_destroy (monitor->output);
|
||||
g_free (monitor->output_name);
|
||||
g_free (monitor->manufacturer);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user