mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-30 22:08:20 +08:00
修复播放器析构时调用虚函数的bug
This commit is contained in:
@@ -36,7 +36,6 @@ MediaPlayer::MediaPlayer() {
|
||||
}
|
||||
|
||||
MediaPlayer::~MediaPlayer() {
|
||||
teardown();
|
||||
}
|
||||
void MediaPlayer::play(const char* strUrl) {
|
||||
string strPrefix = FindField(strUrl, NULL, "://");
|
||||
|
||||
Reference in New Issue
Block a user