sorry there is still bug in this patch i will resend it with the real fix. Itamar
> -----Original Message----- > From: Itamar [mailto:[EMAIL PROTECTED] > Sent: Wednesday, May 18, 2005 2:28 PM > To: [EMAIL PROTECTED]; [email protected] > Cc: Itamar > Subject: [PATCH][kdapl]add missing kfree > > > > Index: dapl_openib_util.c > =================================================================== > --- dapl_openib_util.c (revision 2374) > +++ dapl_openib_util.c (working copy) > @@ -432,6 +432,7 @@ > ib_status); > return dapl_ib_status_convert(ib_status); > } > + kfree(buf_list); > #if 0 > /* ib_query_mr is not implemented yet in OpenIB!!! */ > ib_status = ib_query_mr(mr, &attr); > -- > Itamar > _______________________________________________ openib-general mailing list [email protected] http://openib.org/mailman/listinfo/openib-general To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
