diff --git a/ssl/d1_both.c b/ssl/d1_both.c index cdb83b655..6559dfcd0 100644 --- a/ssl/d1_both.c +++ b/ssl/d1_both.c @@ -639,7 +639,8 @@ dtls1_reassemble_fragment(SSL *s, struct hm_header_st* msg_hdr, int *ok) /* If message is already reassembled, this must be a - * retransmit and can be dropped. + * retransmit and can be dropped. In this case item != NULL and so frag + * does not need to be freed. */ if (frag->reassembly == NULL) {