Hi All,
When my code tries to free the memory allocated by the new operator it throws a debug error while using the delete operator...
CDocum* pDocum = new CDocum();
int nResult = pDocum -> QuoteDocProd();
delete pDocum;
Error Am getting is
Debug Error!
Damage after Normal Block(#298753) at (address is mentioned).