LlExprFree

Syntax:

void LlExprFree (HLLJOB hJob, HLLEXPR lpExpr);

Task:

Releases the parsing tree created by LlExprParse().

Parameter:

hJob: List & Label job handle

lpExpr: The pointer returned from the corresponding LlExprParse()

Hints:

To avoid memory leaks, the function must be called when a tree returned by LlExprParse() is no longer required.

Example:

See LlExprParse

See also:

LlExprParse, LlExprEvaluate, LlExprType, LlExprError