This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
rtpengine
mirror of
https://github.com/sipwise/rtpengine
Watch
1
Star
1
Fork
0
Code
Issues
0
Projects
0
Releases
822
Wiki
Activity
Browse Source
TT#111150 Fix memory leak in test
Change-Id: I8461441516cf04f5da811ca5cdfca5a4029d7bf2 Warned-by: gcc ASAN
pull/1252/head
Guillem Jover
5 years ago
parent
d5d0a3a994
commit
89d1a77f37
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
t/test-dtmf-detect.c
+ 1
- 0
t/test-dtmf-detect.c
View File
@ -646,6 +646,7 @@ int main(int argc, char **argv) {
"
code 0 level -99 delay 816,
"
)
)
abort
(
)
;
g_string_free
(
output
,
TRUE
)
;
dtmf_rx_free
(
dtmf_dsp
)
;
return
0
;
Write
Preview
Loading…
Cancel
Save