关闭log

This commit is contained in:
xzl 2017-05-12 16:10:48 +08:00
parent b9294c87cc
commit cce92ae29f

View File

@ -20,9 +20,6 @@ MediaPlayer::MediaPlayer() {
} }
MediaPlayer::~MediaPlayer() { MediaPlayer::~MediaPlayer() {
if(!EventPoller::Instance().isMainThread()){
FatalL << "未在主线程释放";
}
teardown(); teardown();
} }