Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
savoirfairelinux
jami-daemon
Commits
83a02d70
Commit
83a02d70
authored
Jan 15, 2009
by
Emmanuel Milou
Browse files
Fix memory leak in sampleconverter.cpp
parent
7122e03a
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/audio/audiortp.cpp
View file @
83a02d70
...
...
@@ -142,6 +142,8 @@ AudioRtpRTX::~AudioRtpRTX () {
delete
[]
spkrDataConverted
;
spkrDataConverted
=
NULL
;
delete
time
;
time
=
NULL
;
delete
converter
;
converter
=
NULL
;
}
void
...
...
src/sipcall.cpp
View file @
83a02d70
...
...
@@ -231,6 +231,7 @@ void SIPCall::sdpAddMediaDescription(pj_pool_t* pool)
med
->
desc
.
fmt_count
=
count
;
int
i
=
0
;
while
(
itr
!=
_codecMap
.
getActiveCodecs
().
end
())
{
std
::
ostringstream
format
;
format
<<
*
itr
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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