Fix invalid read/write

This commit is contained in:
François Grisez 2014-09-25 14:37:23 +02:00
parent 68b02a4715
commit acab555601

View file

@ -174,6 +174,9 @@ TunnelManager::TunnelManager(LinphoneCore* lc) :
}
TunnelManager::~TunnelManager(){
for(UdpMirrorClientList::iterator udpMirror = mUdpMirrorClients.begin(); udpMirror != mUdpMirrorClients.end(); udpMirror++) {
udpMirror->stop();
}
stopClient();
linphone_core_remove_listener(mCore, mVTable);
linphone_vtable_destroy(mVTable);