[openib-general] [PATCH][kdapl]add missing kfree
Itamar
itamar at mellanox.co.il
Wed May 18 04:27:30 PDT 2005
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