I have a problem in my project. Sometimes execution is interrupted with the error "unabe to access the read / write location xxxxx". I know this is a memory error. But how can I track this error. It fails to free the variable memory if I comment on this line that it processes. That is, the memory for this variable has already been released. It used to work fine, I added the code recently, but I haven’t changed anything related to this. How can I check for memory corruption for this.
source
share