Remove header order requirement and debug

Signed-off-by: Mahyar Koshkouei <deltabeard@users.noreply.github.com>
This commit is contained in:
Mahyar Koshkouei
2017-02-14 17:34:48 +00:00
parent 711864cfa9
commit b7f3a70406
4 changed files with 20 additions and 12 deletions

View File

@@ -13,7 +13,7 @@
err, strerror(errno)); } while (0)
#define delete(ptr) \
free(ptr); ptr = NULL
free((void*) ptr); ptr = NULL
struct decoder_fn
{