summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packet.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/packet.c b/packet.c
index cffadd9a4..38d3ea239 100644
--- a/packet.c
+++ b/packet.c
@@ -1,4 +1,4 @@
1/* $OpenBSD: packet.c,v 1.288 2020/01/23 10:24:29 dtucker Exp $ */ 1/* $OpenBSD: packet.c,v 1.289 2020/01/23 10:53:04 dtucker Exp $ */
2/* 2/*
3 * Author: Tatu Ylonen <ylo@cs.hut.fi> 3 * Author: Tatu Ylonen <ylo@cs.hut.fi>
4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland 4 * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
@@ -614,7 +614,7 @@ ssh_packet_close_internal(struct ssh *ssh, int do_close)
614 ssh_clear_newkeys(ssh, mode); /* next keys */ 614 ssh_clear_newkeys(ssh, mode); /* next keys */
615 } 615 }
616#ifdef WITH_ZLIB 616#ifdef WITH_ZLIB
617 /* comression state is in shared mem, so we can only release it once */ 617 /* compression state is in shared mem, so we can only release it once */
618 if (do_close && state->compression_buffer) { 618 if (do_close && state->compression_buffer) {
619 sshbuf_free(state->compression_buffer); 619 sshbuf_free(state->compression_buffer);
620 if (state->compression_out_started) { 620 if (state->compression_out_started) {