Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
BC
public
mediastreamer2
Commits
599548d7
Commit
599548d7
authored
Feb 02, 2015
by
jehan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix crash in Encrypted audio stream
parent
8fd9f961
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tester/mediastreamer2_audio_stream_tester.c
tester/mediastreamer2_audio_stream_tester.c
+1
-1
No files found.
tester/mediastreamer2_audio_stream_tester.c
View file @
599548d7
...
...
@@ -291,9 +291,9 @@ static void encrypted_audio_stream_base( bool_t change_ssrc,
}
else
{
ms_warning
(
"srtp not available, skiping..."
);
}
ms_free
(
profile
);
audio_stream_stop
(
marielle
);
audio_stream_stop
(
margaux
);
ms_free
(
profile
);
}
static
void
encrypted_audio_stream
()
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment