We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e128ee commit fa2661fCopy full SHA for fa2661f
sapi/fpm/fpm/zlog.c
@@ -645,7 +645,7 @@ zlog_bool zlog_stream_set_msg_suffix(
645
stream->msg_final_suffix_len = strlen(final_suffix);
646
len = stream->msg_final_suffix_len + 1;
647
if (stream->msg_final_suffix != NULL) {
648
- free(stream->msg_suffix);
+ free(stream->msg_final_suffix);
649
}
650
stream->msg_final_suffix = malloc(len);
651
if (stream->msg_final_suffix == NULL) {
0 commit comments