We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 133e074 commit 9594a76Copy full SHA for 9594a76
src/hdr_histogram_log.c
@@ -442,7 +442,7 @@ static int hdr_decode_compressed_v0(
442
443
if (result != 0)
444
{
445
- hdr_free(h);
+ hdr_close(h);
446
}
447
else if (NULL == *histogram)
448
@@ -547,7 +547,7 @@ static int hdr_decode_compressed_v1(
547
548
549
550
551
552
553
@@ -649,7 +649,7 @@ static int hdr_decode_compressed_v2(
649
650
651
652
653
654
655
0 commit comments