diff options
Diffstat (limited to 'src/pkg/runtime/mcache.c')
| -rw-r--r-- | src/pkg/runtime/mcache.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/pkg/runtime/mcache.c b/src/pkg/runtime/mcache.c index 13437a50cd..92521a2c7a 100644 --- a/src/pkg/runtime/mcache.c +++ b/src/pkg/runtime/mcache.c @@ -43,6 +43,7 @@ void runtime·freemcache(MCache *c) { runtime·MCache_ReleaseAll(c); + runtime·stackcache_clear(c); runtime·lock(&runtime·mheap); runtime·purgecachedstats(c); runtime·FixAlloc_Free(&runtime·mheap.cachealloc, c); |
