From d5a18a93ae585c25d67ec200b308f08c6bd6d5b2 Mon Sep 17 00:00:00 2001 From: Rainer Gerhards Date: Sat, 14 Jan 2012 18:29:33 +0100 Subject: omfwd refactor: even more simplification (small one ;)) --- tools/omfwd.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/omfwd.c b/tools/omfwd.c index acc2f6f6..b456db17 100644 --- a/tools/omfwd.c +++ b/tools/omfwd.c @@ -467,8 +467,7 @@ CODESTARTdoAction } finalize_it: # ifdef USE_NETZIP - if(out != NULL) - free(out); + free(out); /* is NULL if it was never used... */ # endif ENDdoAction -- cgit