Hi,
How can I free the memory allocated dynamically to an array as follows. I can't find any reference to the use of "free" for this type dynamic allocation. Thank you.
t_shift_table = (int ***)malloc(num_shift_type*sizeof(int**));
for(i=0;i<num_shift_type;++i){
kk =...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.