From e39e006d63e39aeae8aa4707211f29fb645d02fd Mon Sep 17 00:00:00 2001 From: winlin Date: Wed, 26 Aug 2015 23:11:42 +0800 Subject: [PATCH] fix the exec clear bug. --- trunk/src/app/srs_app_ng_exec.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/trunk/src/app/srs_app_ng_exec.cpp b/trunk/src/app/srs_app_ng_exec.cpp index c3afee8c4..85750dec0 100644 --- a/trunk/src/app/srs_app_ng_exec.cpp +++ b/trunk/src/app/srs_app_ng_exec.cpp @@ -177,6 +177,7 @@ void SrsNgExec::clear_exec_publish() SrsProcess* ep = *it; srs_freep(ep); } + exec_publishs.clear(); } void SrsNgExec::show_exec_log_message()