- Joined
- Nov 2, 2004
- Messages
- 2,229
Hey, any C++ programmers willing to dig through some source code in the house?
In my Model Optimizer and Converter tool, there's a huge memory leak. AFAIK it only happens when optimizing/sanitizing, not when only converting (or doing nothing with the files). Here's the source code, and here's the source code for the MDLX parser. They require Qt5 and MinGW 7.3.0 to build.
Here is the source code for the optimizer, where I believe the problem lies, but I'm not sure.
Thanks for any help, and I'll certainly add a thank you to the description for anyone who helps me fix this problem
In my Model Optimizer and Converter tool, there's a huge memory leak. AFAIK it only happens when optimizing/sanitizing, not when only converting (or doing nothing with the files). Here's the source code, and here's the source code for the MDLX parser. They require Qt5 and MinGW 7.3.0 to build.
Here is the source code for the optimizer, where I believe the problem lies, but I'm not sure.
Thanks for any help, and I'll certainly add a thank you to the description for anyone who helps me fix this problem




