Jorge Bastos wrote:
> PS: there are some other issues with current GIT but I'll create a bug form
> them.
> The most crazy one if this fix:
> http://git.dbmail.eu/cgit/cgit.cgi/paul/dbmail/commit/?id=02b0fe06c4947fb50b
> dcbe3ac39661006f78aa07
>
> this causes an invalid pointer on dbmail-imapd (o posted it to the list but
> will create a bug for it)
>
>   
I don't have this issue with it.

Try making those 3 lines that were added look like:

|if(D != NULL) {
        if(D->data != NULL) g_free(D->data);
        g_free(D);
}
return 0;
|



See if that keeps it from crashing.
-Jon

-- 
Scanned for viruses and dangerous content by MailScanner

_______________________________________________
Dbmail-dev mailing list
Dbmail-dev@dbmail.org
http://mailman.fastxs.nl/cgi-bin/mailman/listinfo/dbmail-dev

Reply via email to