mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 05:12:45 +01:00
common: don't suppress leak detection for libwally allocations.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
161cc3e840
commit
bba4fd0d70
@ -7,7 +7,7 @@
|
||||
|
||||
static void *wally_tal(size_t size)
|
||||
{
|
||||
return tal_arr_label(wally_tal_ctx, u8, size, "wally_notleak");
|
||||
return tal_arr_label(wally_tal_ctx, u8, size, "wally_tal");
|
||||
}
|
||||
|
||||
static void wally_free(void *ptr)
|
||||
|
Loading…
Reference in New Issue
Block a user