CVSROOT: /cvs Module name: src Changes by: o...@cvs.openbsd.org 2011/06/23 16:03:44
Modified files: sys/dev/usb : umidi.c uvideo.c Log message: Don't leak the ctrl_data in uvideo_queryctrl, uvideo_s_ctrl and uvideo_g_ctrl. If one of the usb calls we did here failed we'd return immediately and not free our buffer. ok miod@