summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/omfwd.c3
1 files changed, 1 insertions, 2 deletions
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