Module Name: src
Committed By: wiz
Date: Sun Jan 17 23:03:01 UTC 2010
Modified Files:
src/crypto/dist/ipsec-tools/src/racoon: sainfo.c
Log Message:
Free strdeupped string after using it. Found by cppcheck.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/crypto/dist/ipsec-tools/src/racoon/sainfo.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/crypto/dist/ipsec-tools/src/racoon/sainfo.c
diff -u src/crypto/dist/ipsec-tools/src/racoon/sainfo.c:1.11 src/crypto/dist/ipsec-tools/src/racoon/sainfo.c:1.12
--- src/crypto/dist/ipsec-tools/src/racoon/sainfo.c:1.11 Thu Nov 6 14:12:28 2008
+++ src/crypto/dist/ipsec-tools/src/racoon/sainfo.c Sun Jan 17 23:03:01 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: sainfo.c,v 1.11 2008/11/06 14:12:28 vanhu Exp $ */
+/* $NetBSD: sainfo.c,v 1.12 2010/01/17 23:03:01 wiz Exp $ */
/* $KAME: sainfo.c,v 1.16 2003/06/27 07:32:39 sakane Exp $ */
@@ -115,6 +115,7 @@
racoon_free(dloc);
racoon_free(drmt);
racoon_free(dpeer);
+ racoon_free(dclient);
}
LIST_FOREACH(s, &sitree, chain) {