summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
8f8c8b8)
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
tal_t *tal_newframe_(const char *label)
{
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;
assert(h != NULL);
tal_add_destructor(h, _free_frame);
return h;