artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fa140f
)
Free sc_vroute on shutdown.
author
tobhe
<tobhe@openbsd.org>
Wed, 3 Mar 2021 22:18:00 +0000
(22:18 +0000)
committer
tobhe
<tobhe@openbsd.org>
Wed, 3 Mar 2021 22:18:00 +0000
(22:18 +0000)
sbin/iked/iked.c
patch
|
blob
|
history
diff --git
a/sbin/iked/iked.c
b/sbin/iked/iked.c
index
963f74c
..
a023a30
100644
(file)
--- a/
sbin/iked/iked.c
+++ b/
sbin/iked/iked.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: iked.c,v 1.5
5 2021/02/22 21:58:12
tobhe Exp $ */
+/* $OpenBSD: iked.c,v 1.5
6 2021/03/03 22:18:00
tobhe Exp $ */
/*
* Copyright (c) 2019 Tobias Heider <tobias.heider@stusta.de>
@@
-479,6
+479,7
@@
parent_shutdown(struct iked *env)
{
proc_kill(&env->sc_ps);
+ free(env->sc_vroute);
free(env);
log_warnx("parent terminating");