I received this error whilst utilizing malloc() to allocate some memory to a struct * immediately after spending some this debugging the code, I eventually made use of free() perform to free the allotted memory and subsequently the error message gone :)In C++ or C, details produced to the heap will likely be pointed to by tips and allocated with ne… Read More