Commit c0477c89 by xzl

跟踪主线程

parent cce92ae2
...@@ -22,7 +22,7 @@ namespace Player { ...@@ -22,7 +22,7 @@ namespace Player {
PlayerBase::Ptr PlayerBase::createPlayer(const char* strUrl) { PlayerBase::Ptr PlayerBase::createPlayer(const char* strUrl) {
string prefix = FindField(strUrl, NULL, "://"); string prefix = FindField(strUrl, NULL, "://");
auto onDestory = [](PlayerBase *ptr){ auto onDestory = [](PlayerBase *ptr){
EventPoller::Instance().async([ptr](){ ASYNC_TRACE([ptr](){
delete ptr; delete ptr;
}); });
}; };
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论