$ valgrind --leak-check=full ./src/curl --http3 https://localhost
==660561== HEAP SUMMARY:
==660561== in use at exit: 23,855 bytes in 79 blocks
==660561== total heap usage: 1,628 allocs, 1,549 frees, 410,461 bytes allocated
==660561==
==660561== 2,710 (184 direct, 2,526 indirect) bytes in 1 blocks are definitely lost in loss record 77 of 79
==660561== at 0x483677F: malloc (vg_replace_malloc.c:309)
==660561== by 0x4890CD0: alloc (alloc.rs:84)
==660561== by 0x4890CD0: exchange_malloc (alloc.rs:206)
==660561== by 0x4890CD0: new<quiche::Config> (boxed.rs:123)
==660561== by 0x4890CD0: quiche_config_new (ffi.rs:86)
==660561== by 0x1B7799: Curl_quic_connect (quiche.c:168)
==660561== by 0x1BF7AC: singleipconnect (connect.c:1259)
==660561== by 0x1BFA79: Curl_connecthost (connect.c:1347)
==660561== by 0x15E546: Curl_setup_conn (url.c:3881)
==660561== by 0x15E6AB: Curl_connect (url.c:3926)
==660561== by 0x17F7AC: multi_runsingle (multi.c:1639)
==660561== by 0x1810EF: curl_multi_perform (multi.c:2361)
==660561== by 0x154853: easy_transfer (easy.c:603)
==660561== by 0x154A7C: easy_perform (easy.c:693)
==660561== by 0x154AC6: curl_easy_perform (easy.c:712)
==660561==
curl -v --http3 https://localhostOriginally posted by @Lekensteyn in #5443 (comment)