RelunSec
Results
11
issues of
RelunSec
This PR fixes a memory leak in the DrawIndex function where a Gdiplus::StringFormat object was allocated on the heap using new but never released. Each call to DrawIndex leaked one...