From 53b9d752a20f580f5a5f92cae28fef1bcd1c1160 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 3 Jun 2007 20:55:22 +0000 Subject: [PATCH] (free_environment): free result of read_environment(). git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@20865 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/roken/roken-common.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/roken/roken-common.h b/lib/roken/roken-common.h index 730cafa14..55a0d321a 100644 --- a/lib/roken/roken-common.h +++ b/lib/roken/roken-common.h @@ -375,6 +375,9 @@ pid_file_delete (char **); int ROKEN_LIB_FUNCTION read_environment(const char *file, char ***env); +void ROKEN_LIB_FUNCTION +free_environment(char **, int); + void ROKEN_LIB_FUNCTION warnerr(int doerrno, const char *fmt, va_list ap) __attribute__ ((format (printf, 2, 0)));