1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-13 03:41:55 +00:00

seg fault

seg fault
This commit is contained in:
tufang14 2015-03-26 11:28:57 +08:00 committed by winlin
parent a5c5befad1
commit 0faaa61be7

View file

@ -210,11 +210,11 @@ failed:
}
}
handler->on_thread_stop();
srs_info("thread %s cycle finished", _name);
// readly terminated now.
really_terminated = true;
handler->on_thread_stop();
srs_info("thread %s cycle finished", _name);
}
void* SrsThread::thread_fun(void* arg)