[Bugs] [Bug 1430623] New: pthread mutexes and condition variables are not destroyed
bugzilla at redhat.com
bugzilla at redhat.com
Thu Mar 9 07:12:44 UTC 2017
https://bugzilla.redhat.com/show_bug.cgi?id=1430623
Bug ID: 1430623
Summary: pthread mutexes and condition variables are not
destroyed
Product: GlusterFS
Version: mainline
Component: core
Severity: low
Assignee: bugs at gluster.org
Reporter: anoopcs at redhat.com
CC: bugs at gluster.org
Description of problem:
There are places in code where we fail to destroy already initialized pthread
mutexes and condition variabales. This bug is to track those and fix it so that
every pthread_mutex_init/pthread_cond_init would have a corresponding
pthread_mutex_destroy/pthread_cond_destroy respectively.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
More information about the Bugs
mailing list