acl-plugin: fix a misplaced return (VPP-910)
[vpp.git] / src / plugins / acl / acl.c
index 3c1e819..70dc8c6 100644 (file)
@@ -411,8 +411,8 @@ acl_classify_add_del_table_small (vnet_classify_main_t * cm, u8 * mask,
                                      table_index, current_data_flag,
                                      current_data_offset, is_add,
                                      1 /* delete_chain */);
-  return ret;
   clib_mem_set_heap (oldheap);
+  return ret;
 }