mirror of
https://github.com/videolan/vlc.git
synced 2024-12-02 22:33:27 +08:00
rootwrap: file descriptor leak
This commit is contained in:
parent
a7d5530e0d
commit
a8dffdef8b
@ -172,6 +172,7 @@ static void rootprocess (int fd)
|
||||
close (sock);
|
||||
continue;
|
||||
}
|
||||
close (sock);
|
||||
}
|
||||
send_err (fd, errno);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user