Merge pull request #33030 from backstage/sennyeya/mem-leak

fix(openapi-jest-utils): memory leak in proxy clean up
This commit is contained in:
Fredrik Adelöw
2026-04-14 10:23:29 +02:00
committed by GitHub
3 changed files with 43 additions and 10 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/backend-openapi-utils': patch
---
Fixes a memory leak during `wrapServer` where stopped servers weren't removed from the clean up list.