]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
Mutex: fix leak of pthread_mutexattr 5403/head
authorKetor Meng <d.ketor@gmail.com>
Tue, 26 May 2015 10:50:17 +0000 (18:50 +0800)
committerNathan Cutler <ncutler@suse.com>
Wed, 29 Jul 2015 13:16:37 +0000 (15:16 +0200)
commitc6f37807d04af66fbed24e75776aed1b44241150
treeb8761e350bac21db707f4584fe14d590b76cf177
parentabe6c03d411f5f1d277f910ae87123309fa95d4a
Mutex: fix leak of pthread_mutexattr

Need pthread_mutexattr_destroy after pthread_mutexattr_init

Fixes: #111762
Signed-off-by: Ketor Meng <d.ketor@gmail.com>
(cherry picked from commit 2b23327b3aa8d96341d501a5555195ca1bc0de8f)
src/common/Mutex.cc