vppinfra: use clib_mem_alloc
[vpp.git] / src / plugins / srv6-mobile / gtp4_d.c
index bf5dcd2..2699024 100644 (file)
@@ -172,7 +172,7 @@ clb_unformat_srv6_t_m_gtp4_d (unformat_input_t * input, va_list * args)
       return 0;
     }
 
-  ls_mem = clib_mem_alloc_aligned_at_offset (sizeof *ls_mem, 0, 0, 1);
+  ls_mem = clib_mem_alloc (sizeof *ls_mem);
   clib_memset (ls_mem, 0, sizeof *ls_mem);
   *plugin_mem_p = ls_mem;