http://code.google.com/p/selene-tls/source/detail?r=6c0f192589a0
Modified:
/lib/core/conf.c
=======================================
--- /lib/core/conf.c Fri Jul 29 22:36:54 2011
+++ /lib/core/conf.c Sun Aug 14 15:37:49 2011
@@ -83,7 +83,7 @@
sln_cert_chain_destroy(conf, chain);
}
- sln_array_clear(conf->certs);
+ sln_array_destroy(conf->certs);
X509_STORE_free(conf->trusted_cert_store);
alloc->free(alloc->baton, conf);