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

change forward schema

This commit is contained in:
winlin 2014-03-07 14:27:32 +08:00
parent bef7e20ed9
commit 8cd1c11add
4 changed files with 43 additions and 15 deletions

View file

@ -52,12 +52,7 @@ void memory_alloc_profile() {
memory_alloc_profile_imp();
}
void handler(int sig) {
exit(0);
}
int main(int argc, char** argv) {
signal(SIGINT, handler);
// must start profiler manually.
HeapProfilerStart(NULL);