X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=ccan%2Frfc822%2Ftest%2Frun-hdr-and-body.c;h=b7f4e7f179f3d7b13278650e92de457e296cda28;hb=e4b6a262822484244b52c476d1b4cc9c4fd8ee2b;hp=25e66cc2fd1330b2f31ccc3e51cdfc4778cd0f63;hpb=97d99004bec31012400b6c1d9bad045ae1c9b075;p=ccan diff --git a/ccan/rfc822/test/run-hdr-and-body.c b/ccan/rfc822/test/run-hdr-and-body.c index 25e66cc2..b7f4e7f1 100644 --- a/ccan/rfc822/test/run-hdr-and-body.c +++ b/ccan/rfc822/test/run-hdr-and-body.c @@ -137,7 +137,7 @@ int main(int argc, char *argv[]) test_hdrbody(e, buf, len, exname, crlf); test_hdrhdr(e, buf, len, exname, crlf); - talloc_free(buf); + tal_free(buf); } }