VPP-635: CLI Memory leak with invalid parameter
[vpp.git] / src / vnet / mpls / mpls.c
index 0e610e1..7ae4aa0 100644 (file)
@@ -470,6 +470,8 @@ vnet_mpls_local_label (vlib_main_t * vm,
   }
 
 done:
+  unformat_free (line_input);
+
   return error;
 }