winlin

fix the exec clear bug.

@@ -177,6 +177,7 @@ void SrsNgExec::clear_exec_publish() @@ -177,6 +177,7 @@ void SrsNgExec::clear_exec_publish()
177 SrsProcess* ep = *it; 177 SrsProcess* ep = *it;
178 srs_freep(ep); 178 srs_freep(ep);
179 } 179 }
  180 + exec_publishs.clear();
180 } 181 }
181 182
182 void SrsNgExec::show_exec_log_message() 183 void SrsNgExec::show_exec_log_message()