Skip to content

Commit

Permalink
asan: srs_st_unit should be call in hybrid server stop
Browse files Browse the repository at this point in the history
  • Loading branch information
chen-guanghua authored and winlinvip committed Nov 21, 2022
1 parent 28f1775 commit 4c3a86c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions trunk/src/app/srs_app_hybrid.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,8 @@ void SrsHybridServer::stop()
ISrsHybridServer* server = *it;
server->stop();
}

srs_st_uninit();
}

SrsServerAdapter* SrsHybridServer::srs()
Expand Down

0 comments on commit 4c3a86c

Please # to comment.