changeset 25041:985bb0dc612e

Add a missing close() to dvd_set_speed function
author reimar
date Sat, 17 Nov 2007 18:27:17 +0000
parents ea694492cb2e
children e764cbed0175
files stream/stream_dvd.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/stream/stream_dvd.c	Sat Nov 17 18:26:25 2007 +0000
+++ b/stream/stream_dvd.c	Sat Nov 17 18:27:17 2007 +0000
@@ -118,6 +118,7 @@
     mp_msg(MSGT_OPEN, MSGL_INFO, MSGTR_DVDlimitFail);
   } else
   mp_msg(MSGT_OPEN, MSGL_INFO, MSGTR_DVDlimitOk);
+  close(fd);
 #endif
 }