mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +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);
|
srs_assert(obj);
|
||||||
|
|
||||||
obj->thread_cycle();
|
obj->thread_cycle();
|
||||||
|
|
||||||
|
st_thread_exit(NULL);
|
||||||
|
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue