gdkscreen-wayland: Don't leak wl_output objects

https://bugzilla.gnome.org/show_bug.cgi?id=743633
This commit is contained in:
Rui Matos 2015-01-27 18:50:33 +01:00
parent f717d98458
commit 2dd07f346a

View File

@ -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);