X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvnet%2Fip%2Fpunt.c;h=651542fa2c8cc1114d920d57f447e777032ac09b;hb=0dc11a11207d64a81f937cde0d38a80629b937e2;hp=0869954c28374950a02fa7047040fd38ea9c5712;hpb=c5c2bb3f042fe11184faa731b6209444e2c05231;p=vpp.git diff --git a/src/vnet/ip/punt.c b/src/vnet/ip/punt.c index 0869954c283..651542fa2c8 100644 --- a/src/vnet/ip/punt.c +++ b/src/vnet/ip/punt.c @@ -370,7 +370,7 @@ udp46_punt_socket_inline (vlib_main_t * vm, } error: - vlib_buffer_free_no_next (vm, buffers, n_packets); + vlib_buffer_free (vm, buffers, n_packets); return n_packets; }