diff options
| author | phintuka <phintuka> | 2011-10-30 16:55:28 +0000 |
|---|---|---|
| committer | phintuka <phintuka> | 2011-10-30 16:55:28 +0000 |
| commit | b5078cb5d7735cd26d4ded0999076a96ad4fc027 (patch) | |
| tree | 09d256643918549a3329bc283f2f8099b2918fbc /xine | |
| parent | 7029a4abb04a3da00223e95e11ae48c7f140d5f2 (diff) | |
| download | xineliboutput-b5078cb5d7735cd26d4ded0999076a96ad4fc027.tar.gz xineliboutput-b5078cb5d7735cd26d4ded0999076a96ad4fc027.tar.bz2 | |
Fix some issues flagged by cppcheck
(Thanks to Ville Skyttä)
Diffstat (limited to 'xine')
| -rw-r--r-- | xine/BluRay/input_bluray.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/xine/BluRay/input_bluray.c b/xine/BluRay/input_bluray.c index cb64d794..1a500b82 100644 --- a/xine/BluRay/input_bluray.c +++ b/xine/BluRay/input_bluray.c @@ -171,6 +171,7 @@ int del_loop(const char *device) return -1; } if (ioctl(fd, LOOP_CLR_FD, 0) < 0) { + close(fd); /* umm... why? perror("ioctl: LOOP_CLR_FD"); */ return -1; } |
