mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix the exec clear bug.
This commit is contained in:
parent
c081a5370b
commit
e39e006d63
1 changed files with 1 additions and 0 deletions
|
@ -177,6 +177,7 @@ void SrsNgExec::clear_exec_publish()
|
||||||
SrsProcess* ep = *it;
|
SrsProcess* ep = *it;
|
||||||
srs_freep(ep);
|
srs_freep(ep);
|
||||||
}
|
}
|
||||||
|
exec_publishs.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
void SrsNgExec::show_exec_log_message()
|
void SrsNgExec::show_exec_log_message()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue