fix the exec clear bug.
This commit is contained in:
parent
c081a5370b
commit
e39e006d63
|
|
@ -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…
Reference in New Issue
Block a user