* Bug fix

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@609 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Guilhem Lavaux 1998-08-19 07:42:27 +00:00
parent 8f89cfc11e
commit 857f3be5f1
3 changed files with 0 additions and 15 deletions

View File

@ -180,11 +180,6 @@ void *wxThreadInternal::PthreadStart(void *ptr)
pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL);
void* status = thread->Entry();
// Delete the current thread from the list
p_list_mutex.Lock();
delete node_thread;
p_list_mutex.Unlock();
thread->Exit(status);
return NULL;

View File

@ -180,11 +180,6 @@ void *wxThreadInternal::PthreadStart(void *ptr)
pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL);
void* status = thread->Entry();
// Delete the current thread from the list
p_list_mutex.Lock();
delete node_thread;
p_list_mutex.Unlock();
thread->Exit(status);
return NULL;

View File

@ -180,11 +180,6 @@ void *wxThreadInternal::PthreadStart(void *ptr)
pthread_setcanceltype(PTHREAD_CANCEL_ASYNCHRONOUS, NULL);
void* status = thread->Entry();
// Delete the current thread from the list
p_list_mutex.Lock();
delete node_thread;
p_list_mutex.Unlock();
thread->Exit(status);
return NULL;