e17/comp: workaround. dont know where it came from but *c was NULL here

SVN revision: 63520
This commit is contained in:
Hannes Janetzek 2011-09-21 13:47:15 +00:00
parent b74c7ea0ca
commit b8955ac805
1 changed files with 3 additions and 0 deletions

View File

@ -1142,6 +1142,9 @@ _e_mod_comp_cb_animator(void *data)
static void
_e_mod_comp_render_queue(E_Comp *c)
{
/* FIXME workaround */
if (!c) return;
if (_comp_mod->conf->lock_fps)
{
if (c->render_animator)