From 8ff4a02c7876a1a139c1d9fb446d4d00a586a258 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Thu, 7 Jun 2012 16:27:28 +0200 Subject: Add free_config() and call it when server shuts down. Guenther Signed-off-by: Simo Sorce --- proxy/src/gssproxy.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'proxy/src/gssproxy.c') diff --git a/proxy/src/gssproxy.c b/proxy/src/gssproxy.c index 14f223f..498ee59 100644 --- a/proxy/src/gssproxy.c +++ b/proxy/src/gssproxy.c @@ -129,5 +129,7 @@ int main(int argc, const char *argv[]) poptFreeContext(pc); + free_config(gpctx->config); + return 0; } -- cgit