关闭log
This commit is contained in:
parent
b9294c87cc
commit
cce92ae29f
|
|
@ -20,9 +20,6 @@ MediaPlayer::MediaPlayer() {
|
|||
}
|
||||
|
||||
MediaPlayer::~MediaPlayer() {
|
||||
if(!EventPoller::Instance().isMainThread()){
|
||||
FatalL << "未在主线程释放";
|
||||
}
|
||||
teardown();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue