1
0
Fork 0
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:
winlin 2015-08-26 23:11:42 +08:00
parent c081a5370b
commit e39e006d63

View file

@ -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()