Browse Source

silly bugfix for the init fail case

git.mgm/mediaproxy-ng/2.2
Richard Fuchs 13 years ago
parent
commit
8ae44f7aa6
1 changed files with 1 additions and 1 deletions
  1. +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;


Loading…
Cancel
Save