mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 03:41:55 +00:00
explicit exit st-thread, for gmc to analysis mem
This commit is contained in:
parent
96a5c7b1ab
commit
243a2eabf5
1 changed files with 2 additions and 0 deletions
|
@ -175,6 +175,8 @@ void* SrsThread::thread_fun(void* arg)
|
|||
srs_assert(obj);
|
||||
|
||||
obj->thread_cycle();
|
||||
|
||||
st_thread_exit(NULL);
|
||||
|
||||
return NULL;
|
||||
}
|
Loading…
Reference in a new issue