about summary refs log tree commit diff
path: root/include
diff options
context:
space:
mode:
authorche30122 <43172568+che30122@users.noreply.github.com>2022-04-28 15:42:49 +0800
committerGitHub <noreply@github.com>2022-04-28 09:42:49 +0200
commit01594dc416c154a7eb8d6782e9a25a8713ad3709 (patch)
tree0003470c83040b95636362e80ea8119a5306e591 /include
parentee409d18a6678c3f5948f51db8964148cae021dc (diff)
downloadafl++-01594dc416c154a7eb8d6782e9a25a8713ad3709.tar.gz
Properly null CmpLog map in deinit (#1395)
Co-authored-by: van Hauser <vh@thc.org>
Diffstat (limited to 'include')
-rw-r--r--include/debug.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/debug.h b/include/debug.h
index e2ee16a8..c2f20f0f 100644
--- a/include/debug.h
+++ b/include/debug.h
@@ -388,6 +388,8 @@ static inline const char *colorfilter(const char *x) {
                                                                               \
     } while (1);                                                              \
                                                                               \
+                                                                              \
+                                                                              \
   } while (0)
 
 #define ck_read(fd, buf, len, fn)                              \