13 Jun 2013 19:53
Re: Re: Runtime error
Welinton <welintonpaiva <at> gmail.com>
2013-06-13 17:53:41 GMT
2013-06-13 17:53:41 GMT
Allan Dukat <vchkpw <at> dukat.dk> escreveu:
>Hello everyone on this list.
>
>If I comment out the free-lines in in valias_select_names_end in vpalias.c,
>like this:
>
>void valias_select_names_end()
>{
> int i;
>
> /* if( NULL != names ) {
> for(i=0;i<num_names;i++){
> free(names[i]);
> }
> free(names);
> names=NULL;
> } */
> max_names=0;
> num_names=0;
> cur_name=0;
>}
>
>qmaildmin runs without any error.
>
>Why is it needed to free the memory, is it not so that Apache will do a
>proper clean up when the request ends anyway?
>
>Unfortunately it is so that my C skills is not that good, that I myself can
(Continue reading)
RSS Feed