Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
savoirfairelinux
jami-daemon
Commits
31c50af3
Commit
31c50af3
authored
Aug 07, 2012
by
Tristan Matthews
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
* #14455: audiortp: don't destroy AudioCodec unless holding audio codec mutex
parent
1b45e68e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
daemon/src/audio/audiortp/audio_rtp_record_handler.cpp
daemon/src/audio/audiortp/audio_rtp_record_handler.cpp
+4
-1
No files found.
daemon/src/audio/audiortp/audio_rtp_record_handler.cpp
View file @
31c50af3
...
...
@@ -86,7 +86,10 @@ AudioRtpRecord::~AudioRtpRecord()
delete
converterEncode_
;
delete
converterDecode_
;
delete
audioCodec_
;
{
ost
::
MutexLock
lock
(
audioCodecMutex_
);
delete
audioCodec_
;
}
#if HAVE_SPEEXDSP
{
ost
::
MutexLock
lock
(
audioProcessMutex_
);
...
...
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