counter: defensive set to NULL in free.

pull/214/head
Eric Leblond 13 years ago
parent 09b79cb5bf
commit 1b26660ac4

@ -420,6 +420,7 @@ static void SCPerfReleaseOPCtx()
}
SCFree(sc_perf_op_ctx);
sc_perf_op_ctx = NULL;
return;
}

Loading…
Cancel
Save