This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
videolan
/
vlc
mirror of
https://gitea.goldendeliverer.com/videolan/vlc.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
Browse Source
rootwrap: file descriptor leak
pull/18/head
Rémi Denis-Courmont
12 years ago
parent
a7d5530e0d
commit
a8dffdef8b
1 changed files
with
1 additions
and
0 deletions
Whitespace
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
1
bin/rootwrap.c
1
bin/rootwrap.c
View File
@ -172,6 +172,7 @@ static void rootprocess (int fd)
close
(
sock
)
;
continue
;
}
close
(
sock
)
;
}
send_err
(
fd
,
errno
)
;
}
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
videolan/vlc
Title
Body
Create Issue