Closed socks-the-fox closed 8 years ago
There is a memory leak in the monitor finding code in SampleImage where Windows allocates memory that needs to be CoTaskMemFreeed by the user when done.
SampleImage
CoTaskMemFree
There is a memory leak in the monitor finding code in
SampleImage
where Windows allocates memory that needs to beCoTaskMemFree
ed by the user when done.