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
TT#14008 avoid double free on shutdown
Change-Id: I30ca16313ee8039b51797b60955265fb4a7545a1
pull/1093/head
Richard Fuchs
5 years ago
parent
3893069fae
commit
bbc6aa9dac
1 changed files
with
2 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
daemon/main.c
+ 2
- 1
daemon/main.c
View File
@ -1073,7 +1073,8 @@ int main(int argc, char **argv) {
control_ng_cleanup
(
)
;
redis_close
(
rtpe_redis
)
;
redis_close
(
rtpe_redis_write
)
;
if
(
rtpe_redis_write
!
=
rtpe_redis
)
redis_close
(
rtpe_redis_write
)
;
redis_close
(
rtpe_redis_notify
)
;
free_prefix
(
)
;
Write
Preview
Loading…
Cancel
Save