1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

research st, add comments

This commit is contained in:
winlin 2014-11-10 11:49:14 +08:00
parent 2b70212649
commit 8da8c49f39
2 changed files with 2 additions and 2 deletions

View file

@ -138,7 +138,7 @@ static char *_st_new_stk_segment(int size)
#ifdef MALLOC_STACK
void *vaddr = malloc(size);
#else
#error Unknown Stack Malloc
#error "Only Supports Malloc Stack"
#endif
return (char *)vaddr;