xmalloc: Make xfree a two part macro/inline
commit06d60f51149ef960110431b228828c7bbc84e74c
authorTobias Klauser <tklauser@distanz.ch>
Sun, 12 May 2013 11:29:14 +0000 (12 13:29 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Sun, 12 May 2013 11:29:14 +0000 (12 13:29 +0200)
tree7cebcc8f29513c62a50de730f80784bcd97f8dfb
parente12a08652f7d2b92e75d8dd7b8528d1d0e69b2a8
xmalloc: Make xfree a two part macro/inline

This way the coverity scanner will no longer complain about dereference
before NULL checks right before xfree().

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
xmalloc.h