> > - if (msgInfo) {
> > - kfree(msgInfo->WaitEvent);
> > - kfree(msgInfo);
> > - }
> > + kfree(msgInfo->WaitEvent);
>
> If msgInfo was NULL, you just oopsed here :(
> Sorry about that, getting too aggressive on that. -- Bill _______________________________________________ devel mailing list [email protected] http://driverdev.linuxdriverproject.org/mailman/listinfo/devel
