diff options
author | Hakan Olsson <ho@cvs.openbsd.org> | 2001-04-03 13:59:13 +0000 |
---|---|---|
committer | Hakan Olsson <ho@cvs.openbsd.org> | 2001-04-03 13:59:13 +0000 |
commit | 7a44e77f4bf23dd036fa2d958fe9e899712218d0 (patch) | |
tree | 738b1b482134713aedfa214ebdb392ce73bfbee7 /sbin/isakmpd | |
parent | ec3068ae7c6fc4c3dfa8ba58fda4c23ed911b445 (diff) |
Don't free reallocated memory.
Diffstat (limited to 'sbin/isakmpd')
-rw-r--r-- | sbin/isakmpd/x509.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/isakmpd/x509.c b/sbin/isakmpd/x509.c index 1468e3d8e02..0fdf8910888 100644 --- a/sbin/isakmpd/x509.c +++ b/sbin/isakmpd/x509.c @@ -1,4 +1,4 @@ -/* $OpenBSD: x509.c,v 1.46 2001/03/27 16:50:35 ho Exp $ */ +/* $OpenBSD: x509.c,v 1.47 2001/04/03 13:59:12 ho Exp $ */ /* $EOM: x509.c,v 1.54 2001/01/16 18:42:16 ho Exp $ */ /* @@ -545,7 +545,6 @@ x509_generate_kn (X509 *cert) return 0; } - free (x509_policy_asserts); x509_policy_asserts = new_asserts; } |