Merge branch 'master' of https://github.com/erwincoumans/bullet3
This commit is contained in:
@@ -277,8 +277,8 @@ void b3PosixThreadSupport::stopThreads()
|
|||||||
destroySem(spuStatus.startSemaphore);
|
destroySem(spuStatus.startSemaphore);
|
||||||
printf("semaphore destroyed\n");
|
printf("semaphore destroyed\n");
|
||||||
checkPThreadFunction(pthread_join(spuStatus.thread,0));
|
checkPThreadFunction(pthread_join(spuStatus.thread,0));
|
||||||
|
delete spuStatus.m_lsMemory;
|
||||||
}
|
}
|
||||||
printf("destroy main semaphore\n");
|
printf("destroy main semaphore\n");
|
||||||
destroySem(m_mainSemaphore);
|
destroySem(m_mainSemaphore);
|
||||||
printf("main semaphore destroyed\n");
|
printf("main semaphore destroyed\n");
|
||||||
|
|||||||
Reference in New Issue
Block a user