Skip to content
Snippets Groups Projects
Commit 9f4c4b18 authored by Alexandre Savard's avatar Alexandre Savard
Browse files

[#1722] Forgot Sdes case for Stop rtp session method

parent 97e0eada
No related branches found
No related tags found
No related merge requests found
......@@ -171,6 +171,8 @@ void AudioRtpFactory::stop (void)
switch (_rtpSessionType) {
case Sdes:
delete static_cast<AudioSrtpSession *> (_rtpSession);
break;
case Symmetric:
delete static_cast<AudioSymmetricRtpSession *> (_rtpSession);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment