]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
properly deinitialize name constraints structure.
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Tue, 18 Feb 2014 15:31:22 +0000 (16:31 +0100)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Tue, 18 Feb 2014 15:31:22 +0000 (16:31 +0100)
lib/x509/name_constraints.c

index 0b7e6d1cd16fe902ae4af5f2e8f01f8e7d117eb8..e9763db7722589c88d99cb0551e0a42bd14a64e6 100644 (file)
@@ -219,6 +219,7 @@ void gnutls_x509_name_constraints_deinit(gnutls_x509_name_constraints_t nc)
                free(t);
                t = next;
        }
+       gnutls_free(nc);
 }
 
 /**