Skip to content

Commit

Permalink
WaitGroup: Do not wait automatically.
Browse files Browse the repository at this point in the history
  • Loading branch information
winlinvip committed Sep 5, 2024
1 parent c0889a0 commit e2b7c27
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion trunk/src/app/srs_app_st.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,6 @@ SrsWaitGroup::SrsWaitGroup()

SrsWaitGroup::~SrsWaitGroup()
{
wait();
srs_cond_destroy(done_);
}

Expand Down

0 comments on commit e2b7c27

Please sign in to comment.