gh-142476: fix memory leak when creating JIT executors (GH-142492)

This commit is contained in:
Shamil 2025-12-19 22:07:11 +03:00 committed by GitHub
parent 6b4bc6e6a2
commit e2a7db7175
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 9 additions and 2 deletions

View file

@ -0,0 +1,2 @@
Fix a memory leak in the experimental Tier 2 optimizer when creating
executors. Patched by Shamil Abdulaev.