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
Also free the character data.
pull/1278/head
Damir Nedžibović
5 years ago
parent
8869187215
commit
d15fd4a547
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
recording-daemon/output.c
+ 1
- 1
recording-daemon/output.c
View File
@ -175,7 +175,7 @@ done:;
output_t
*
ret
=
output_alloc
(
path
,
f
-
>
str
)
;
create_parent_dirs
(
ret
-
>
full_filename
)
;
g_string_free
(
f
,
FALS
E
)
;
g_string_free
(
f
,
TRU
E
)
;
return
ret
;
}
Write
Preview
Loading…
Cancel
Save