Technical Notes Database
TN483D.txt DESTRUCTOR HEAP CORRUPTION
Category :Pascal
Platform :All
Product :Turbo Pascal 5.5
Description:
Q. Why is my destructor fragging my heap?
A. Use:
Dispose(ptr,done);
instead of:
ptr^.done;
Dispose(done);
Reference:
7/16/98 4:35:32 PM
Last Modified: 01-SEP-99