mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
all: no longer need to call htable_clear to free htable contents.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -533,7 +533,6 @@ static struct command_result *listsendpays_done(struct command *cmd,
|
||||
assert(pm != NULL);
|
||||
add_new_entry(ret, buf, pm);
|
||||
}
|
||||
pay_map_clear(pay_map);
|
||||
json_array_end(ret);
|
||||
return command_finished(cmd, ret);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user