Next: , Previous: , Up: Procedural Language Interpreter Usage Outline   [Index]


6.1.3 Freeing Allocated Resources (P)

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);