valgrind drd: fix flow mutex reinitialization in the flow subsystem when called by unittests.

remotes/origin/master-1.0.x
Victor Julien 16 years ago
parent f5eeea5b0b
commit dbe2a86ffe

@ -385,6 +385,8 @@ void FlowShutdown(void) {
free(flow_hash);
flow_memuse -= flow_config.hash_size * sizeof(FlowBucket);
pthread_mutex_destroy(&flow_memuse_mutex);
}
/* FlowManagerThread

Loading…
Cancel
Save