mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-29 06:12:22 +08:00
修复播放器析构时调用虚函数的bug
This commit is contained in:
@@ -55,7 +55,6 @@ RtspPlayer::RtspPlayer(void){
|
||||
_pktPool.setSize(64);
|
||||
}
|
||||
RtspPlayer::~RtspPlayer(void) {
|
||||
RtspPlayer::teardown();
|
||||
DebugL<<endl;
|
||||
}
|
||||
void RtspPlayer::teardown(){
|
||||
|
||||
Reference in New Issue
Block a user