diff options
Diffstat (limited to 'src/runtime/mstats.go')
| -rw-r--r-- | src/runtime/mstats.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/runtime/mstats.go b/src/runtime/mstats.go index 6e1116bc59..74226904dc 100644 --- a/src/runtime/mstats.go +++ b/src/runtime/mstats.go @@ -325,7 +325,7 @@ func flushallmcaches() { if c == nil { continue } - mCache_ReleaseAll(c) + c.releaseAll() stackcache_clear(c) } } |
