1
0
Fork 0
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:
winlin 2014-05-04 10:01:57 +08:00
parent 96a5c7b1ab
commit 243a2eabf5

View file

@ -175,6 +175,8 @@ void* SrsThread::thread_fun(void* arg)
srs_assert(obj);
obj->thread_cycle();
st_thread_exit(NULL);
return NULL;
}