Releases the memory that has been allocated by a previous call to one of the analyze functions.
Declaration:
BX\_Status BX\_free\_analyze\_result(BX\_AnalyzeResult\* result);
Member:
| Name | Description |
|---|---|
| result | A pointer to the BX_AnalyzeResult structure whose members were allocated during an analyze function is released. |
