summaryrefslogtreecommitdiffstats
path: root/runtime/stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/stat.c')
-rw-r--r--runtime/stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/stat.c b/runtime/stat.c
index e00b8220..98a283cf 100644
--- a/runtime/stat.c
+++ b/runtime/stat.c
@@ -143,7 +143,7 @@ exit1:
void _stp_stat_del (Stat st)
{
if (st) {
- _stp_free_percpu (st->sd);
+ free_percpu (st->sd);
kfree (st->agg);
kfree (st);
}