[openib-general] RE: [PATCH][kdapl]add missing kfree
Itamar Rabenstein
itamar at mellanox.co.il
Wed May 18 04:50:31 PDT 2005
sorry there is still bug in this patch i will resend it with the real fix.
Itamar
> -----Original Message-----
> From: Itamar [mailto:itamar at mellanox.co.il]
> Sent: Wednesday, May 18, 2005 2:28 PM
> To: James.Lentini at netapp.com; openib-general at openib.org
> 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
>
More information about the general
mailing list