修复析构中调用getOwnerPoller抛异常导致崩溃的bug:#2117

This commit is contained in:
xiongziliang
2022-11-26 10:14:37 +08:00
parent 9fd5152aa1
commit 50fa671564
4 changed files with 22 additions and 17 deletions

View File

@@ -406,7 +406,6 @@ private:
std::string _app;
std::string _stream_id;
std::weak_ptr<MediaSourceEvent> _listener;
toolkit::EventPoller::Ptr _default_poller;
// 对象个数统计
toolkit::ObjectStatistic<MediaSource> _statistic;
};