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
> 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