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 cae4176482..ef31e76a36 100644 --- a/src/pkg/runtime/mcache.c +++ b/src/pkg/runtime/mcache.c @@ -44,6 +44,7 @@ freemcache(MCache *c) { runtime·MCache_ReleaseAll(c); runtime·stackcache_clear(c); + runtime·gcworkbuffree(c->gcworkbuf); runtime·lock(&runtime·mheap); runtime·purgecachedstats(c); runtime·FixAlloc_Free(&runtime·mheap.cachealloc, c); |
