- bugfix for proper thread shutdown which caused a number of crashes when navigating menus

This commit is contained in:
Mark Vejvoda
2010-06-17 23:24:15 +00:00
parent a287422930
commit 4647497cee
5 changed files with 47 additions and 30 deletions

View File

@@ -36,7 +36,7 @@ protected:
public:
BaseThread();
~BaseThread();
virtual ~BaseThread();
virtual void execute()=0;
virtual void signalQuit();