filestore: use SCFree instead of free

pull/1600/head
Eric Leblond 10 years ago committed by Victor Julien
parent b77cd22b98
commit cbf5d88447

@ -417,7 +417,7 @@ static void LogFilestoreLogDeInitCtx(OutputCtx *output_ctx)
{
LogFileCtx *logfile_ctx = (LogFileCtx *)output_ctx->data;
LogFileFreeCtx(logfile_ctx);
free(output_ctx);
SCFree(output_ctx);
}

Loading…
Cancel
Save