> Hi, > > At cutils line 926, FreeMem is called for p with size strlen(p)+1. Could > it be that actually a much bigger block was allocated, and not size > strlen(p)+1 ? The size parameter is ignored by the heap manager.