Fix CID 1134971

This commit is contained in:
jvoisin 2014-05-21 16:20:23 +02:00
parent 7f0c542df6
commit 7abb1b0e44

View File

@ -221,6 +221,7 @@ static int runfile () {
RSocket *child, *fd = r_socket_new (0);
if (!r_socket_listen (fd, _listen, NULL)) {
eprintf ("rarun2: cannot listen\n");
r_socket_free (fd);
return 1;
}
child = r_socket_accept (fd);