# HG changeset patch # User reimar # Date 1195324037 0 # Node ID 985bb0dc612e3c96ce977943ec4095e296d6a0b5 # Parent ea694492cb2e0ae57f1905410d66a37fae347aac Add a missing close() to dvd_set_speed function diff -r ea694492cb2e -r 985bb0dc612e stream/stream_dvd.c --- 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 }