]> git.ozlabs.org Git - ccan/blobdiff - ccan/rfc822/test/run-hdr-and-body.c
rfc822: switch to ccan/tal.
[ccan] / ccan / rfc822 / test / run-hdr-and-body.c
index 25e66cc2fd1330b2f31ccc3e51cdfc4778cd0f63..b7f4e7f179f3d7b13278650e92de457e296cda28 100644 (file)
@@ -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);
                }
        }