summaryrefslogtreecommitdiff
path: root/libfshelp/rlock-drop-peropen.c
diff options
context:
space:
mode:
Diffstat (limited to 'libfshelp/rlock-drop-peropen.c')
-rw-r--r--libfshelp/rlock-drop-peropen.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libfshelp/rlock-drop-peropen.c b/libfshelp/rlock-drop-peropen.c
index 91383d2f..86453dd7 100644
--- a/libfshelp/rlock-drop-peropen.c
+++ b/libfshelp/rlock-drop-peropen.c
@@ -39,6 +39,7 @@ fshelp_rlock_drop_peropen (struct rlock_peropen *po)
}
list_unlink (node, l);
+ pthread_cond_destroy(&l->wait);
t = l->po.next;
free (l);