aboutsummaryrefslogtreecommitdiff
path: root/net-im/libjingle/files/patch-talk__base__thread.cc
blob: 02ec8efe238218b1d945aa5f8e749b40428d9203 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- talk/base/thread.cc.orig	Tue May  2 11:43:09 2006
+++ talk/base/thread.cc	Tue May  2 11:43:21 2006
@@ -113,6 +113,7 @@
   pthread_attr_t attr;
   pthread_attr_init(&attr);
   pthread_create(&thread_, &attr, PreLoop, this);
+  pthread_attr_destroy(&attr);
   started_ = true;
 }