From af971e3399a77be19cb4d2b1c73e8f5ad0143fd4 Mon Sep 17 00:00:00 2001 From: Niklas Hallqvist Date: Mon, 5 Apr 1999 21:00:09 +0000 Subject: Merge with EOM 1.34 Mem leak plugging. 1999 copyrights --- sbin/isakmpd/udp.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'sbin/isakmpd') diff --git a/sbin/isakmpd/udp.c b/sbin/isakmpd/udp.c index e6cd6be9c66..e3c98a0a7cd 100644 --- a/sbin/isakmpd/udp.c +++ b/sbin/isakmpd/udp.c @@ -1,8 +1,8 @@ -/* $OpenBSD: udp.c,v 1.9 1999/03/31 23:47:12 niklas Exp $ */ -/* $EOM: udp.c,v 1.32 1999/03/31 23:34:48 niklas Exp $ */ +/* $OpenBSD: udp.c,v 1.10 1999/04/05 21:00:08 niklas Exp $ */ +/* $EOM: udp.c,v 1.34 1999/04/05 08:09:56 niklas Exp $ */ /* - * Copyright (c) 1998 Niklas Hallqvist. All rights reserved. + * Copyright (c) 1998, 1999 Niklas Hallqvist. All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -277,6 +277,7 @@ udp_bind_if (struct ifreq *ifrp, void *arg) if (addr.s_addr == if_addr) break; } + conf_free_list (listen_on); /* * If address is zero then we did not find the address among the ones -- cgit v1.2.3