Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
hw/rdma: Do not use bitmap_zero_extend to free bitmap
bitmap_zero_extend is designed to work for extending, not for shrinking. Using g_free instead. Signed-off-by: Yuval Shaia <[email protected]> Reviewed-by: Marcel Apfelbaum <[email protected]> Signed-off-by: Marcel Apfelbaum <[email protected]>
- Loading branch information