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
fix a memory leak
closes
#169
Change-Id: I0560aa9a4a48e39bc5d1c667362cd58c557499dd
pull/183/head
Richard Fuchs
10 years ago
parent
99a3faf87b
commit
ed75c99a2d
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
daemon/call.c
+ 1
- 0
daemon/call.c
View File
@ -473,6 +473,7 @@ void kernelize(struct packet_stream *stream) {
rs
=
l
-
>
data
;
reti
.
payload_types
[
reti
.
num_payload_types
+
+
]
=
rs
-
>
payload_type
;
}
g_list_free
(
values
)
;
}
kernel_add_stream
(
cm
-
>
conf
.
kernelfd
,
&
reti
,
0
)
;
Write
Preview
Loading…
Cancel
Save