eldbus: use alloca to allocate local mem
authorSebastian Dransfeld <sd@tango.flipp.net>
Sat, 7 Dec 2013 14:34:55 +0000 (15:34 +0100)
committerSebastian Dransfeld <sd@tango.flipp.net>
Sat, 7 Dec 2013 20:11:33 +0000 (21:11 +0100)
commit2b9710431e55064c662d44a92660fcc307497ebf
tree894d6388cef936f46ea299e84a0d0c151d87f642
parent831d17a8e83f8b082a9683e6098dfbc3410436cb
eldbus: use alloca to allocate local mem

Since we free the allocated mem some lines down, we can use alloca. This
also fixes CID 1039179
src/lib/eldbus/eldbus_message_from_eina_value.c