aboutsummaryrefslogtreecommitdiffstats
path: root/src/vppinfra/pool.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vppinfra/pool.h')
-rw-r--r--src/vppinfra/pool.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vppinfra/pool.h b/src/vppinfra/pool.h
index 1b1d54c1daa..9fca6562716 100644
--- a/src/vppinfra/pool.h
+++ b/src/vppinfra/pool.h
@@ -427,7 +427,7 @@ _pool_free (void *v)
clib_bitmap_free (p->free_bitmap);
vec_free (p->free_indices);
- vec_free_h (v, pool_aligned_header_bytes);
+ vec_free (v);
return 0;
}