summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>2000-10-16 23:27:34 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>2000-10-16 23:27:34 +0000
commita5179a8b5d13d81a7c50628a1fb8f127c75e7ab7 (patch)
treedbfc66ce6867738de48189e70e8232690498bdc0 /sbin
parent2f30936bcb4d849679b35e6d9f0a99249aa36884 (diff)
Merge with EOM 1.134
author: provos better referencing. okay niklas@
Diffstat (limited to 'sbin')
-rw-r--r--sbin/isakmpd/exchange.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sbin/isakmpd/exchange.c b/sbin/isakmpd/exchange.c
index 776c760f32e..322b7257b22 100644
--- a/sbin/isakmpd/exchange.c
+++ b/sbin/isakmpd/exchange.c
@@ -1,5 +1,5 @@
-/* $OpenBSD: exchange.c,v 1.33 2000/10/09 23:27:11 niklas Exp $ */
-/* $EOM: exchange.c,v 1.133 2000/10/09 02:54:34 angelos Exp $ */
+/* $OpenBSD: exchange.c,v 1.34 2000/10/16 23:27:33 niklas Exp $ */
+/* $EOM: exchange.c,v 1.134 2000/10/16 18:16:58 provos Exp $ */
/*
* Copyright (c) 1998, 1999, 2000 Niklas Hallqvist. All rights reserved.
@@ -1424,6 +1424,7 @@ exchange_finalize (struct message *msg)
exchange->id_r_len);
TAILQ_REMOVE (&exchange->sa_list, sa, next);
+ sa_release (sa);
}
/* If we have nothing to retransmit we can safely remove ourselves. */