[Git][ghc/ghc][wip/tsan/codegen] Cap
Ben Gamari (@bgamari)
gitlab at gitlab.haskell.org
Wed Nov 16 04:14:06 UTC 2022
Ben Gamari pushed to branch wip/tsan/codegen at Glasgow Haskell Compiler / GHC
Commits:
5e3ff9e7 by Ben Gamari at 2022-11-15T20:36:29-05:00
Cap
- - - - -
1 changed file:
- rts/Capability.c
Changes:
=====================================
rts/Capability.c
=====================================
@@ -1281,7 +1281,6 @@ freeCapabilities (void)
#else
freeCapability(&MainCapability);
#endif
- stgFree(capabilities);
traceCapsetDelete(CAPSET_OSPROCESS_DEFAULT);
traceCapsetDelete(CAPSET_CLOCKDOMAIN_DEFAULT);
}
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5e3ff9e71f6219a5a8ae2bb6709a34dd79783243
--
View it on GitLab: https://gitlab.haskell.org/ghc/ghc/-/commit/5e3ff9e71f6219a5a8ae2bb6709a34dd79783243
You're receiving this email because of your account on gitlab.haskell.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.haskell.org/pipermail/ghc-commits/attachments/20221115/5c4d5ad9/attachment.html>
More information about the ghc-commits
mailing list