X-Git-Url: http://git.ozlabs.org/?p=ccan;a=blobdiff_plain;f=ccan%2Frfc822%2Ftest%2Frun-hdr-and-body.c;h=b7f4e7f179f3d7b13278650e92de457e296cda28;hp=25e66cc2fd1330b2f31ccc3e51cdfc4778cd0f63;hb=HEAD;hpb=850364146a1cc66a92943f43dc4012d9c70902eb 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); } }