OSDN Git Service

plug leakage of mutex data. pthread_mutex_destroy() doesnt free our malloc'ed memory.
authorNuno Lopes <nunoplopes@sapo.pt>
Thu, 6 Nov 2008 16:21:49 +0000 (16:21 +0000)
committerNuno Lopes <nunoplopes@sapo.pt>
Thu, 6 Nov 2008 16:21:49 +0000 (16:21 +0000)
commit274c6a614577cb41d784149eb7fcf6cb2ed2398f
tree53ee05902168a367d950ae7c6affc3d2b36029d5
parentb951aec3adf4ac34aa311c912ed8a7f6b437eaa5
plug leakage of mutex data. pthread_mutex_destroy() doesnt free our malloc'ed memory.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@58805 91177308-0d34-0410-b5e6-96231b3b80d8
lib/System/Mutex.cpp