speedtch speedtch.c,1.55,1.56
Duncan Sands
duncan at infradead.org
Tue Apr 26 02:54:58 EDT 2005
Update of /home/cvs/speedtch
In directory phoenix.infradead.org:/tmp/cvs-serv25098
Modified Files:
speedtch.c
Log Message:
Plug memory leak.
Index: speedtch.c
===================================================================
RCS file: /home/cvs/speedtch/speedtch.c,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- speedtch.c 25 Apr 2005 21:49:15 -0000 1.55
+++ speedtch.c 26 Apr 2005 06:54:54 -0000 1.56
@@ -642,6 +642,7 @@
*/
usb_kill_urb(int_urb);
del_timer_sync(&instance->resubmit_timer);
+ usb_free_urb(int_urb);
flush_scheduled_work();
}
More information about the Usbatm-commits
mailing list