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
Free the call->recording struct when the call is destroyed.
pull/245/head
Dylan Mikus
10 years ago
committed by
Eric Green
parent
1af73c665a
commit
74999abb76
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
@ -2223,6 +2223,7 @@ void call_destroy(struct call *c) {
free
(
c
-
>
recording
-
>
metadata
)
;
}
meta_finish_file
(
c
)
;
g_slice_free1
(
sizeof
(
*
(
c
-
>
recording
)
)
,
c
-
>
recording
)
;
rwlock_unlock_w
(
&
c
-
>
master_lock
)
;
Write
Preview
Loading…
Cancel
Save