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:28:28 +0000 (16:28 -0400)
commita3d42fe5b141ce03417f555a0387ff38602d6373
tree2a4673ec4c029c08af95d00789b23ac56d2d4efd
parent0b1302de76eab674580d63e55d37068a1b5f731b
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.024277 seconds and 4 git commands to generate.