mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
fixed thread issue in RsGxsCleanupThread that caused random crashes
This commit is contained in:
parent
1766087f71
commit
79825eb2e2
3 changed files with 88 additions and 81 deletions
|
@ -179,6 +179,7 @@ void RsThread::start(const std::string &threadName)
|
|||
THREAD_DEBUG << "pqithreadstreamer::start() initing should_stop=0" << std::endl;
|
||||
#endif
|
||||
mShouldStopSemaphore.set(0) ;
|
||||
mHasStoppedSemaphore.set(0) ;
|
||||
|
||||
int err ;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue