Commit 9a5d0387 authored by Rusty Russell's avatar Rusty Russell

tal/stack: fix up after tal change.

Signed-off-by: default avatarRusty Russell <rusty@rustcorp.com.au>
parent 8f8c8b88
......@@ -12,7 +12,7 @@ static void _free_frame(tal_t *o)
tal_t *tal_newframe_(const char *label)
{
h = tal_alloc_(h, 0, false, label);
h = tal_alloc_(h, 0, false, false, label);
assert(h != NULL);
tal_add_destructor(h, _free_frame);
return h;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment