another pedantic free for the analyzers

SVN revision: 80838
This commit is contained in:
Mike Blumenkrantz 2012-12-13 12:53:28 +00:00
parent 251ee5a5d6
commit 3111aa6120
1 changed files with 1 additions and 0 deletions

View File

@ -1638,6 +1638,7 @@ _e_main_screens_init(void)
roots = ecore_x_window_root_list(&num);
if ((!roots) || (num <= 0))
{
free(roots);
e_error_message_show("X reports there are no root windows and %i screens!\n",
num);
return 0;