r1234@dev030 (orig r60576): boz | 2007-09-20 16:24:16 -0700
commit942ac2e48360229cd0da6c0ee90843d273a19349
author(no author) <(no author)@41a61cd8-c433-0410-bb1c-e256eeef9e11>
Thu, 20 Sep 2007 23:10:52 +0000 (20 23:10 +0000)
committer(no author) <(no author)@41a61cd8-c433-0410-bb1c-e256eeef9e11>
Thu, 20 Sep 2007 23:10:52 +0000 (20 23:10 +0000)
treebf9bd7b0ccf89b632afccff4b1f69c2b060d4724
parent4f7cca86a9f687cadfb883c168a8af058593ff81
 r1234@dev030 (orig r60576):  boz | 2007-09-20 16:24:16 -0700
 THRIFT: Mutex and ReadWriteMutex leaked memory, now they don't

 Summary: also added myself to CONTRIBUTORS.

 Reviewed By: marc

 Test Plan: the following program no longer leaks memory (valgrind):

 int main(int argc, char **argv){
   Mutex mu;
   mu.lock();
   mu.unlock();
 }

 Revert Plan: ok

 Notes: this is kind of important

git-svn-id: http://svn.facebook.com/svnroot/thrift/trunk@602 41a61cd8-c433-0410-bb1c-e256eeef9e11
CONTRIBUTORS
lib/cpp/src/concurrency/Mutex.cpp
lib/cpp/src/concurrency/Mutex.h