diff options
| author | Günther Deschner <gdeschner@redhat.com> | 2012-06-07 16:27:28 +0200 |
|---|---|---|
| committer | Simo Sorce <simo@redhat.com> | 2012-06-25 17:08:57 -0400 |
| commit | 8ff4a02c7876a1a139c1d9fb446d4d00a586a258 (patch) | |
| tree | eaa5ed0d6a2c4069b93e8bf8be596ef8a8554e9a /proxy/src/gssproxy.c | |
| parent | f17cd9c90877d700f0377821601eea297102b61e (diff) | |
| download | gss-proxy-8ff4a02c7876a1a139c1d9fb446d4d00a586a258.tar.gz gss-proxy-8ff4a02c7876a1a139c1d9fb446d4d00a586a258.tar.xz gss-proxy-8ff4a02c7876a1a139c1d9fb446d4d00a586a258.zip | |
Add free_config() and call it when server shuts down.
Guenther
Signed-off-by: Simo Sorce <simo@redhat.com>
Diffstat (limited to 'proxy/src/gssproxy.c')
| -rw-r--r-- | proxy/src/gssproxy.c | 2 |
1 files changed, 2 insertions, 0 deletions
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; } |
