Next: , Previous: Executing A Program (I), Up: Imperative Language Interpreter Usage Outline


4.1.3 Freeing Allocated Resources (I)

To free the x1f4_init_program allocated resources the x1f4_fini_program should be called:

x1f4_fini_program(&program);

See x1f4_fini_program.

Memory was also allocated for the function_data array:

free(function_data);