checking return value of alloca is like checking whether your app is still running

SVN revision: 64881
This commit is contained in:
Mike Blumenkrantz 2011-11-07 22:19:50 +00:00
parent cf3762ba28
commit 59ad77e297
1 changed files with 0 additions and 1 deletions

View File

@ -115,7 +115,6 @@ _e_fm2_op_registry_entry_listeners_call(const E_Fm2_Op_Registry_Entry_Internal *
if (count < 1) return;
shadow = alloca(sizeof(*shadow) * count);
if (!shadow) return;
i = 0;
EINA_INLIST_FOREACH(e->listeners, l)