repositories
/
deb_libcec.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4c2e665
)
lib/platform: fixed memleak
author
Lars Op den Kamp
<lars@opdenkamp.eu>
Fri, 20 Apr 2012 14:06:22 +0000
(16:06 +0200)
committer
Lars Op den Kamp
<lars@opdenkamp.eu>
Fri, 20 Apr 2012 15:07:35 +0000
(17:07 +0200)
src/lib/platform/threads/threads.h
patch
|
blob
|
blame
|
history
diff --git
a/src/lib/platform/threads/threads.h
b/src/lib/platform/threads/threads.h
index 97774b3b1ee28289952bf8af4321d891398925e8..1d14f8cea32560befc14f24267df7e07a55bfbb5 100644
(file)
--- a/
src/lib/platform/threads/threads.h
+++ b/
src/lib/platform/threads/threads.h
@@
-46,6
+46,8
@@
namespace PLATFORM
virtual ~CThread(void)
{
StopThread(0);
+ void *retVal;
+ ThreadsWait(m_thread, &retVal);
}
static void *ThreadHandler(CThread *thread)