mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
WaitGroup: Do not wait automatically.
This commit is contained in:
parent
1c10756200
commit
e982852173
1 changed files with 0 additions and 1 deletions
|
@ -342,7 +342,6 @@ SrsWaitGroup::SrsWaitGroup()
|
||||||
|
|
||||||
SrsWaitGroup::~SrsWaitGroup()
|
SrsWaitGroup::~SrsWaitGroup()
|
||||||
{
|
{
|
||||||
wait();
|
|
||||||
srs_cond_destroy(done_);
|
srs_cond_destroy(done_);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue