Quick macros for multiple pointer memory clean. Decreases the length of the code. Made itself more convenient the use of free()
There was an error while loading. Please reload this page.
free(a); free(b); ... free(z);
FREE(a, b, ... z);