mirror of
https://github.com/glest/glest-source.git
synced 2025-09-29 00:48:58 +02:00
bugfix for shutdown of threads and garbage collection.
This commit is contained in:
@@ -58,6 +58,9 @@ public:
|
||||
|
||||
private:
|
||||
SDL_Thread* thread;
|
||||
std::auto_ptr<Mutex> mutexthreadAccessor;
|
||||
bool threadObjectValid();
|
||||
|
||||
bool deleteAfterExecute;
|
||||
static Mutex mutexthreadList;
|
||||
static vector<Thread *> threadList;
|
||||
|
Reference in New Issue
Block a user