diff options
Diffstat (limited to 'serverloop.c')
-rw-r--r-- | serverloop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/serverloop.c b/serverloop.c index 2ad0bcf2b..3efe7d80b 100644 --- a/serverloop.c +++ b/serverloop.c | |||
@@ -1090,6 +1090,7 @@ server_input_global_request(int type, u_int32_t seq, void *ctxt) | |||
1090 | 1090 | ||
1091 | success = channel_cancel_rport_listener(cancel_address, | 1091 | success = channel_cancel_rport_listener(cancel_address, |
1092 | cancel_port); | 1092 | cancel_port); |
1093 | xfree(cancel_address); | ||
1093 | } | 1094 | } |
1094 | if (want_reply) { | 1095 | if (want_reply) { |
1095 | packet_start(success ? | 1096 | packet_start(success ? |