Coverity: 1038139 suppress sanity check

The sanity check was really useless as the NULL value is checked in
the code flow.
pull/406/merge
Eric Leblond 12 years ago committed by Victor Julien
parent 75cd1f6096
commit 7df156ef50

@ -588,8 +588,7 @@ OutputCtx *LogTlsLogInitCtx(ConfNode *conf)
return output_ctx;
tlslog_error:
if (tlslog_ctx != NULL)
SCFree(tlslog_ctx);
SCFree(tlslog_ctx);
filectx_error:
LogFileFreeCtx(file_ctx);
return NULL;

Loading…
Cancel
Save