Re: [linux-usb-devel] Re: patch for two errors in pegasus

2002-02-01 Thread Greg KH
On Fri, Feb 01, 2002 at 03:50:44PM -0800, Petko Manolov wrote: > >it seems that pegasus_probe() has a memory leak in the error case and > >pegasus_disconnect() fails to unlink urbs before it frees them. > > > These urbs used to be staticly allocated and i don't really know > why Greg changed the

[linux-usb-devel] Re: patch for two errors in pegasus

2002-02-01 Thread Petko Manolov
> it seems that pegasus_probe() has a memory leak in the error case and > pegasus_disconnect() fails to unlink urbs before it frees them. These urbs used to be staticly allocated and i don't really know why Greg changed them to dynamicly allocated not so long ago. I guess the answer is somewhere