yet another tedious null check for a free function, brought to you by people who think wasting time is a good idea

SVN revision: 73224
This commit is contained in:
Mike Blumenkrantz 2012-07-03 11:32:35 +00:00
parent ebc5706383
commit bb42532fd3
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ _eio_monitor_fallback_heavy_cb(void *data, Ecore_Thread *thread)
if (ecore_thread_check(thread)) goto out;
}
out:
eina_iterator_free(it);
if (it) eina_iterator_free(it);
if (backend->initialised && !ecore_thread_check(thread))
{