BalazsJako / ImGuiColorTextEdit

Colorizing text editor for ImGui
MIT License
1.42k stars 236 forks source link

Memory leak. #107

Closed DaveGravel closed 4 years ago

DaveGravel commented 4 years ago

Nice tool and thanks. I get multiple memory leaks when I use the editor. Is it possible to avoid this leaks ? If you need a exemple I can make a little video. I'm not 100% sure from where it coming in the editor. Exemple I open the editor I don't need to open any file, I close the editor window and when I close my application I get all the leaks. Thanks.

DaveGravel commented 4 years ago

Oh I have find, It is false positive leak from the static LanguageDefinition. Thanks again for the nice tool. Here a exemple with my app: https://www.youtube.com/watch?v=pazSDrrj0cE