Memory leaks
#1108
Replies: 2 comments 2 replies
-
We will look into it! |
Beta Was this translation helpful? Give feedback.
0 replies
-
I believe most of these have been addressed for 1.0. Moving this to the trash for the moment until we can confirm its still an issue with 1.0. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've experimented with using the excellent Visual Leak Detector (VLD)
from https://kinddragon.github.io/vld/
Building
_dearpygui.pyd
(with MSVC/x86) with it and doing a simple:shows 8 leaks from VLD (edited and trimmed down in size):
Some STL memory left un-freed. I'm not sure it's a false positive or not.
Beta Was this translation helpful? Give feedback.
All reactions