]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
no need to release struct
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 24 Nov 2012 15:21:48 +0000 (16:21 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 24 Nov 2012 15:21:48 +0000 (16:21 +0100)
lib/gnutls_global.c

index 4efab71b50e78b4796037908127fb032a978cd92..295e6201d141101b8509640c4e578a776912c59f 100644 (file)
@@ -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;
     }