Skip to content

EngineObject memory pool memleak fix - #1814

Merged
Azaezel merged 1 commit into
TorqueGameEngines:developmentfrom
Areloch:EngineObjectPoolMemleakFix
Aug 22, 2026
Merged

EngineObject memory pool memleak fix#1814
Azaezel merged 1 commit into
TorqueGameEngines:developmentfrom
Areloch:EngineObjectPoolMemleakFix

Conversation

@Areloch

@Areloch Areloch commented Aug 13, 2026

Copy link
Copy Markdown
Contributor

Fixes a memory leak by retaining a shared pass-through of object pool so everything ends up in the managed pool, as opposed to constantly spooling loose instances which could persist in memory even for basic things like exec'ing console callbacks.

… so everything ends up in the managed pool, as opposed to constantly spooling loose instances which could persist in memory even for basic things like exec'ing console callbacks.
@Azaezel
Azaezel merged commit d6ff1be into TorqueGameEngines:development Aug 22, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants