no problem to free a NULL pointer, so no check needed

SVN revision: 40047
This commit is contained in:
Andreas Volz 2009-04-14 18:57:38 +00:00
parent cba66580ca
commit 21339b9ed3
1 changed files with 0 additions and 1 deletions

View File

@ -82,7 +82,6 @@ _free_data(E_Config_Dialog *cfd, E_Config_Dialog_Data *cfdata)
{
xscreensaver_list = eina_list_free(xscreensaver_list);
if (!cfdata) return;
E_FREE(cfdata);
}