Re: gtk+-1.2.10 has memory leak?



"qn wang" <w_qn hotmail com> writes:

>   g_free(rev_path);// I wonder if it will be useless to add this line.

Thiw will introduce a bug, as rev_path is static.  And since rev_path
is static, no memory is lost either.

 - Håvard




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]