Commit 93eaf1bc authored by Laurent Aimar's avatar Laurent Aimar

Fixed a small memleak in cdda/vcd code.

parent fd6d5586
......@@ -184,6 +184,7 @@ void ioctl_Close( vlc_object_t * p_this, vcddev_t *p_vcddev )
if( p_vcddev->i_device_handle != -1 )
close( p_vcddev->i_device_handle );
#endif
free( p_vcddev );
}
/*****************************************************************************
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment