Re: How to free dynamically allocated array?



markus wrote:
>but I guess it is not enough.
yes, the times you called "malloc()" should be equal to that of calling
"free()".

.