Version check thread should not attempt to delete itself. (It's not allowed, and detached threads self-delete anyway.)

Originally committed to SVN as r1585.
This commit is contained in:
Niels Martin Hansen 2007-09-24 01:09:32 +00:00
parent d41f87ba29
commit a2c1f17939

View file

@ -292,6 +292,5 @@ endThread:
wxMutexGuiLeave();
delete fp;
fp = NULL;
Delete();
return 0;
}