[MPlayer-cvslog] r25069 - trunk/stream/stream_dvd.c
reimar
subversion at mplayerhq.hu
Sat Nov 17 19:27:17 CET 2007
Author: reimar
Date: Sat Nov 17 19:27:17 2007
New Revision: 25069
Log:
Add a missing close() to dvd_set_speed function
Modified:
trunk/stream/stream_dvd.c
Modified: trunk/stream/stream_dvd.c
==============================================================================
--- trunk/stream/stream_dvd.c (original)
+++ trunk/stream/stream_dvd.c Sat Nov 17 19:27:17 2007
@@ -118,6 +118,7 @@ static void dvd_set_speed(char *device,
mp_msg(MSGT_OPEN, MSGL_INFO, MSGTR_DVDlimitFail);
} else
mp_msg(MSGT_OPEN, MSGL_INFO, MSGTR_DVDlimitOk);
+ close(fd);
#endif
}
More information about the MPlayer-cvslog
mailing list