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
eliminate stray glib warning
Change-Id: Ib7bf097274fc9e9ab760bcc0552534e0da5a9129
changes/41/20541/1
Richard Fuchs
8 years ago
parent
b1dc994a7f
commit
bf66d7caf7
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
daemon/codec.c
+ 2
- 1
daemon/codec.c
View File
@ -420,7 +420,8 @@ out:
}
void
codec_handlers_free
(
struct
call_media
*
m
)
{
g_hash_table_destroy
(
m
-
>
codec_handlers
)
;
if
(
m
-
>
codec_handlers
)
g_hash_table_destroy
(
m
-
>
codec_handlers
)
;
m
-
>
codec_handlers
=
NULL
;
m
-
>
codec_handler_cache
=
NULL
;
}
Write
Preview
Loading…
Cancel
Save