Destroy unary operator and free resources
Source position: fpexprpars.pp line 370
public destructor TFPUnaryOperator.Destroy; override; |
This destructor properly cleans up the unary operation by freeing the operand node and any other resources used by the operation.
The destructor ensures that all memory allocated for the operand is properly released, preventing memory leaks in complex expression trees.