13 Oct
2009
13 Oct
'09
3:13 a.m.
2009/10/13 Austin English <austinenglish(a)gmail.com>:
cred = schan_free_handle(i, SCHAN_HANDLE_CRED); - pgnutls_certificate_free_credentials(cred->credentials); + if(cred) pgnutls_certificate_free_credentials(cred->credentials);
I don't think "cred" is ever supposed to be NULL. Could you add some traces to see where that handle comes from?