memory leak?



In my program i have a char pointer where I use malloc() to allocate
230400 elements for use in video stream. Near the exit of the
application, I use free() to free the pointer.

in debug mode, Visual Studio still detected memory leak. Why?

.


Loading