log-tls: run Disable at shutdown

Call OutputTlsLoggerDisable at cleanup.
pull/926/head
Victor Julien 11 years ago
parent f96a54535c
commit f62185c207

@ -379,6 +379,8 @@ static TmEcode LogTlsLogThreadDeinit(ThreadVars *t, void *data)
static void LogTlsLogDeInitCtx(OutputCtx *output_ctx)
{
OutputTlsLoggerDisable();
LogTlsFileCtx *tlslog_ctx = (LogTlsFileCtx *) output_ctx->data;
LogFileFreeCtx(tlslog_ctx->file_ctx);
SCFree(tlslog_ctx);

Loading…
Cancel
Save