/[Apache-SVN]
ViewVC logotype

Revision 665279


Jump to revision: Previous Next
Author: boz
Date: Thu Sep 20 23:24:16 2007 UTC (16 years, 7 months ago)
Changed paths: 3
Log Message:
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


Changed paths

Path Details
Directoryincubator/thrift/trunk/CONTRIBUTORS modified , text changed
Directoryincubator/thrift/trunk/lib/cpp/src/concurrency/Mutex.cpp modified , text changed
Directoryincubator/thrift/trunk/lib/cpp/src/concurrency/Mutex.h modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26