Set list to NULL on free

SVN revision: 45481
This commit is contained in:
Sebastian Dransfeld 2010-01-23 11:32:04 +00:00
parent aa4572db97
commit 436b1fa456
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ static void
_e_xinerama_clean(void)
{
E_FREE_LIST(all_screens, E_FREE);
eina_list_free(chosen_screens);
chosen_screens = eina_list_free(chosen_screens);
E_FREE_LIST(fake_screens, E_FREE);
}