mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-02-22 06:41:44 +01:00
askrene: fix false positive memleak since we didn't scan local_updates.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
23465f06df
commit
3f09e503ec
1 changed files with 1 additions and 0 deletions
|
@ -529,5 +529,6 @@ void layer_memleak_mark(struct askrene *askrene, struct htable *memtable)
|
|||
list_for_each(&askrene->layers, l, list) {
|
||||
memleak_scan_htable(memtable, &l->constraints->raw);
|
||||
memleak_scan_htable(memtable, &l->local_channels->raw);
|
||||
memleak_scan_htable(memtable, &l->local_updates->raw);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue