summaryrefslogtreecommitdiff
path: root/src/core/servers.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/servers.c')
-rw-r--r--src/core/servers.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/servers.c b/src/core/servers.c
index 89f32aea..d31f64ad 100644
--- a/src/core/servers.c
+++ b/src/core/servers.c
@@ -467,6 +467,7 @@ void server_connect_unref(SERVER_CONNECT_REC *conn)
g_free_not_null(conn->proxy);
g_free_not_null(conn->proxy_string);
+ g_free_not_null(conn->proxy_string_after);
g_free_not_null(conn->proxy_password);
g_free_not_null(conn->tag);