X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=src%2Fvlib%2Fdrop.c;h=2a10225eb7ad83d78055e6a4d0e7ba829d6ec01c;hb=9f5b36926b74109974e7c3ce9bb3a0a7d676c46c;hp=d353d727c7662af5be8eed5a13137a12406fc5ca;hpb=10672be9e21aa8392aca0e5704fc3a47ea032ba5;p=vpp.git diff --git a/src/vlib/drop.c b/src/vlib/drop.c index d353d727c76..2a10225eb7a 100644 --- a/src/vlib/drop.c +++ b/src/vlib/drop.c @@ -236,7 +236,7 @@ process_drop_punt (vlib_main_t * vm, /* If there is no punt function, free the frame as well. */ if (disposition == ERROR_DISPOSITION_PUNT && !vm->os_punt_frame) - vlib_frame_free (vm, node, frame); + vlib_frame_free (vm, frame); } else vm->os_punt_frame (vm, node, frame);