+* Tue Nov 2 2010 Andrew McNab <Andrew.McNab@cern.ch>
+- Fix free of grst->serial string in grst_x509.c
* Wed Oct 29 2010 Andrew McNab <Andrew.McNab@cern.ch>
- ==== GridSite version 1.7.8 ====
* Tue Oct 12 2010 Andrew McNab <Andrew.McNab@cern.ch>
grst_cert = next_grst_cert;
if (grst_cert->issuer != NULL) free(grst_cert->issuer);
- if (grst_cert->serial != NULL) free(grst_cert->serial);
if (grst_cert->dn != NULL) free(grst_cert->dn);
if (grst_cert->value != NULL) free(grst_cert->value);
if (grst_cert->ocsp != NULL) free(grst_cert->ocsp);