summaryrefslogtreecommitdiffstats
path: root/runtime/map.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/map.c')
-rw-r--r--runtime/map.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/map.c b/runtime/map.c
index 98382b88..70efd365 100644
--- a/runtime/map.c
+++ b/runtime/map.c
@@ -378,7 +378,7 @@ void _stp_pmap_del(MAP map)
_stp_vfree(m->membuf);
_stp_vfree(m);
- free_percpu(map);
+ _stp_vfree_percpu(map);
}
/* sort keynum values */