diff options
Diffstat (limited to 'runtime/stat.c')
-rw-r--r-- | runtime/stat.c | 2 |
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); } |