aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/plugins/acl/acl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/acl/acl.c b/src/plugins/acl/acl.c
index bc38265a6c5..6e8613b8571 100644
--- a/src/plugins/acl/acl.c
+++ b/src/plugins/acl/acl.c
@@ -409,8 +409,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;
}