Cleanup fake xinerama screens

SVN revision: 17064
This commit is contained in:
sebastid 2005-09-29 12:13:39 +00:00 committed by sebastid
parent 113a74390b
commit 7656f2ccd0
1 changed files with 5 additions and 0 deletions

View File

@ -72,6 +72,11 @@ _e_xinerama_clean(void)
{
chosen_screens = evas_list_remove_list(chosen_screens, chosen_screens);
}
while (fake_screens)
{
free(fake_screens->data);
fake_screens = evas_list_remove_list(fake_screens, fake_screens);
}
}
static void