forked from ElementsProject/lightning
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
closingd: handle our own memleak detection.
Unlike other daemons, closingd doesn't listen to the master, but runs simply to its own beat. So instead of responding to the JSON dev_memleak command, we always check for memory leaks, and make sure that the python tests fail if they see MEMLEAK in the logs. Signed-off-by: Rusty Russell <[email protected]>
- Loading branch information
1 parent
55306fc
commit 8fb1b60
Showing
3 changed files
with
42 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters