eolian: add free functions for the array and future.
authorMarcel Hollerbach <mail@marcel-hollerbach.de>
Mon, 14 Jan 2019 23:04:15 +0000 (00:04 +0100)
committerJunsuChoi <jsuya.choi@samsung.com>
Thu, 24 Jan 2019 05:20:17 +0000 (14:20 +0900)
commit67ab46b5801c3dd75e24fd0d8ae3c5c538197438
tree23bd205d47c7c34f784ea375af0c7f6ea145dc03
parent608fcb1b9c29b78e87971a87e0549804ec978daa
eolian: add free functions for the array and future.

It appears that NULL is not really usefull here, as this will lead to
errors later on. (void) will force the free function to just do nothing
and be later converted to a NOP.

Reviewed-by: Daniel Kolesa <daniel@octaforge.org>
Differential Revision: https://phab.enlightenment.org/D7629
src/lib/eolian/database_validate.c