Don't check return value of alloca
authorlucas <lucas@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 13 Sep 2010 18:40:32 +0000 (18:40 +0000)
committerlucas <lucas@7cbeb6ba-43b4-40fd-8cce-4c39aea84d33>
Mon, 13 Sep 2010 18:40:32 +0000 (18:40 +0000)
commitdbb0b6d00cec0a45cf00fef27af41d2cf13ed9ec
tree2521084f13da17a3534c134ea03c92e6db9b695c
parent8265c9124035e2ebbec06ad75b89cf65b7afda0a
Don't check return value of alloca
alloca() doesn't return NULL on error, so do not check its return value.

git-svn-id: http://svn.enlightenment.org/svn/e/trunk/edje@52199 7cbeb6ba-43b4-40fd-8cce-4c39aea84d33
src/lib/edje_program.c