From: Nikos Mavrogiannopoulos Date: Sat, 24 Nov 2012 15:21:48 +0000 (+0100) Subject: no need to release struct X-Git-Tag: gnutls_3_1_5~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f3f07802392f183d36ee6852cecb1859d7c04ed7;p=thirdparty%2Fgnutls.git no need to release struct --- diff --git a/lib/gnutls_global.c b/lib/gnutls_global.c index 4efab71b50..295e6201d1 100644 --- a/lib/gnutls_global.c +++ b/lib/gnutls_global.c @@ -242,7 +242,6 @@ gnutls_global_init (void) res = asn1_array2tree (gnutls_asn1_tab, &_gnutls_gnutls_asn, NULL); if (res != ASN1_SUCCESS) { - asn1_delete_structure (&_gnutls_pkix1_asn); result = _gnutls_asn2err (res); goto out; }