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
MT#60827 use correct free function
Change-Id: Ifc492c579872358cdd2dc5fa3f2f20cbbab72c57
rfuchs/fixes
Richard Fuchs
1 year ago
parent
98d6575c63
commit
ee2e976b08
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
daemon/codec.c
+ 1
- 1
daemon/codec.c
View File
@ -4020,7 +4020,7 @@ void packet_encoded_packetize(AVPacket *pkt, struct codec_ssrc_handler *ch, stru
if
(
G_UNLIKELY
(
ret
=
=
-
1
|
|
pkt
-
>
pts
=
=
AV_NOPTS_VALUE
)
)
{
/
/
nothing
free
(
buf
)
;
bufferpool_unref
(
buf
)
;
break
;
}
Write
Preview
Loading…
Cancel
Save