STMFlashLoader Demonstrator Memory Leak
I am building a download program based on STMFlashLoader source code.
I downloaded it from this site.
However, this program causes memory leaks.
For Test, I have just modified the source code to run again after it succeeds, not shut down.
However, each time the download is finished, the memory usage increases by 200 to 300 KB.
I do not mind using it once or twice, but running it hundreds or thousands of times will cause problems.
Is there a cause and solution for memory growth?
Thanks