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;
srs_freep(ep);
}
exec_publishs.clear();
}
void SrsNgExec::show_exec_log_message()