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
silly bugfix for the init fail case
git.mgm/mediaproxy-ng/2.2
Richard Fuchs
13 years ago
parent
a7d40bf7bc
commit
8ae44f7aa6
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
daemon/control_udp.c
+ 1
- 1
daemon/control_udp.c
View File
@ -262,7 +262,7 @@ struct control_udp *control_udp_new(struct poller *p, struct in6_addr ip, u_int1
return
c
;
fail2
:
free
(
c
)
;
obj_put
(
c
)
;
fail
:
close
(
fd
)
;
return
NULL
;
Write
Preview
Loading…
Cancel
Save