sfree: don't check for NULL before calling free
authorRuben Kerkhof <ruben@rubenkerkhof.com>
Sat, 23 Apr 2016 12:08:07 +0000 (14:08 +0200)
committerRuben Kerkhof <ruben@rubenkerkhof.com>
Sat, 23 Apr 2016 12:09:01 +0000 (14:09 +0200)
commitc1e610803799c42a121f4b6374a202d6612a1286
tree0be5eb560ff72402a6938624b06467f07ae7d496
parent463fb2d44339625aae269e07f2773ee4f158faa8
sfree: don't check for NULL before calling free

free(NULL) is safe to call
src/daemon/common.h