evas mesh save - use alloca for tmp strings instead of heap
authorCarsten Haitzler (Rasterman) <raster@rasterman.com>
Thu, 13 Jul 2017 08:54:07 +0000 (17:54 +0900)
committerCarsten Haitzler (Rasterman) <raster@rasterman.com>
Sun, 16 Jul 2017 06:56:02 +0000 (15:56 +0900)
commitff67dd25e3c306f4e52ce44dba6c5037d7c51fa7
tree0f498b92e2c3df2c39ed76b466d1cc1cd13e57be
parent665679bc423ee81cf97fe26b30560bb611e9deba
evas mesh save - use alloca for tmp strings instead of heap

this reduces code and means we dont have to handle NULL exceptions as
alloca always "works".

@fix
src/modules/evas/model_savers/obj/evas_model_save_obj.c