Skip to content

Fixed a Crash Error

Pre-release
Pre-release
Compare
Choose a tag to compare
@AmericanEnglish AmericanEnglish released this 24 Nov 04:53
· 7 commits to master since this release

If you wanted too long after finishing a search to search again. The program would crash. This is because it attempted to check QThread->isRunning() but the crash was that QThread *thing == nullptr so it crashed when unable to use the method.