From a24352ddfd16c151df48b4a0cf89ced587165f1e Mon Sep 17 00:00:00 2001 From: van Hauser Date: Mon, 9 Mar 2020 15:52:14 +0100 Subject: fix leaks --- include/afl-fuzz.h | 1 + include/list.h | 1 + 2 files changed, 2 insertions(+) (limited to 'include') diff --git a/include/afl-fuzz.h b/include/afl-fuzz.h index fbec77f8..d49898dd 100644 --- a/include/afl-fuzz.h +++ b/include/afl-fuzz.h @@ -887,3 +887,4 @@ static u64 next_p2(u64 val) { } #endif + diff --git a/include/list.h b/include/list.h index 2f6a70b0..1190931f 100644 --- a/include/list.h +++ b/include/list.h @@ -178,3 +178,4 @@ static bool list_contains(list_t *list, void *contains_me) { } #endif + -- cgit 1.4.1