Fix: memory leak on hash table destroy
authorMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 22 Jun 2016 19:50:21 +0000 (15:50 -0400)
committerMathieu Desnoyers <mathieu.desnoyers@efficios.com>
Wed, 22 Jun 2016 20:29:10 +0000 (16:29 -0400)
commit96bd49dfcb6476da907cf7ebd9e245014879e9f2
tree77b386da6f19fc977deba75f77dde03f987a140f
parentf4d5fce7d699049e8f1c2cf8c4a56af02b78460a
Fix: memory leak on hash table destroy

There is a missing call to pthread_mutex_destroy(3) to match
pthread_mutex_init(3) in the hash table creation.

Signed-off-by: Mathieu Desnoyers <mathieu.desnoyers@efficios.com>
rculfhash.c
This page took 0.024178 seconds and 4 git commands to generate.