Next: Complete Example (P), Previous: Executing A Program (P), Up: Procedural Language Interpreter Usage Outline
To free the x1f4_init_shuffle
allocated resources the
x1f4_fini_shuffle
should be called:
x1f4_fini_shuffle(&program);
See x1f4_fini_shuffle.
Memory was also allocated for the function_data
array:
free(function_data);