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. |
