mirror of
https://github.com/aljazceru/lightning.git
synced 2026-02-02 12:44:26 +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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user