diff options
Diffstat (limited to 'proxy/src/gssproxy.c')
-rw-r--r-- | proxy/src/gssproxy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proxy/src/gssproxy.c b/proxy/src/gssproxy.c index 3067fb4..1e99f88 100644 --- a/proxy/src/gssproxy.c +++ b/proxy/src/gssproxy.c @@ -257,6 +257,7 @@ int main(int argc, const char *argv[]) } verto_run(vctx); + verto_free(vctx); gp_workers_free(gpctx->workers); |