mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 07:04:22 +01:00
memleak: simplify API.
Mainly renaming. Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
@@ -48,7 +48,7 @@ struct plugin_rpccall {
|
||||
static void memleak_help_pending_requests(struct htable *memtable,
|
||||
struct plugins *plugins)
|
||||
{
|
||||
memleak_remove_strmap(memtable, &plugins->pending_requests);
|
||||
memleak_scan_strmap(memtable, &plugins->pending_requests);
|
||||
}
|
||||
#endif /* DEVELOPER */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user