|
|
Ok, I narrowed it down to the line
if (Func->pnum >0) POV_FREE (Func->parm);
in Destroy_Function. If this line is commented out, the error doesn't
appear.
I think commenting this out causes a memory leak, however, the error
might be appearing because this has already been freed. I will be
studying the code some more, and running more tests...
Post a reply to this message
|
|