mirror of
https://github.com/brl/mutter.git
synced 2024-11-25 01:20:42 -05:00
screen: Fix a copy/paste error from the fullscreen tracking
This was causing a warning on shutdown.
This commit is contained in:
parent
e216b6ca0f
commit
eefa62bcd4
@ -1006,7 +1006,7 @@ meta_screen_free (MetaScreen *screen,
|
||||
if (screen->work_area_later != 0)
|
||||
g_source_remove (screen->work_area_later);
|
||||
if (screen->check_fullscreen_later != 0)
|
||||
g_source_remove (screen->work_area_later);
|
||||
g_source_remove (screen->check_fullscreen_later);
|
||||
|
||||
if (screen->monitor_infos)
|
||||
g_free (screen->monitor_infos);
|
||||
|
Loading…
Reference in New Issue
Block a user