ports/net-im/libjingle/files/patch-talk__base__thread.cc
Mario Sergio Fujikawa Ferreira f1b7607c42 o Update to 0.4.0
o Fix BROKEN
2008-09-07 03:05:20 +00:00

10 lines
305 B
C++

--- talk/base/thread.cc.orig 2008-09-06 23:02:42.000000000 -0300
+++ talk/base/thread.cc 2008-09-06 23:03:04.000000000 -0300
@@ -122,6 +122,7 @@
pthread_attr_setschedparam(&attr, &param);
}
pthread_create(&thread_, &attr, PreRun, this);
+ pthread_attr_destroy(&attr);
started_ = true;
}