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

[#2926] Code cleanup

parent 483343b4
Branches
Tags
No related merge requests found
...@@ -167,8 +167,8 @@ void AudioRtpFactory::stop (void) ...@@ -167,8 +167,8 @@ void AudioRtpFactory::stop (void)
switch (_rtpSessionType) { switch (_rtpSessionType) {
case Sdes: case Sdes:
delete static_cast<AudioSrtpSession *> (_rtpSession); delete static_cast<AudioSrtpSession *> (_rtpSession);
break; break;
case Symmetric: case Symmetric:
delete static_cast<AudioSymmetricRtpSession *> (_rtpSession); delete static_cast<AudioSymmetricRtpSession *> (_rtpSession);
......
...@@ -41,7 +41,6 @@ HistoryManager::~HistoryManager () ...@@ -41,7 +41,6 @@ HistoryManager::~HistoryManager ()
iter++; iter++;
} }
// Clear the history map // Clear the history map
_history_items.clear (); _history_items.clear ();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment