From 01594dc416c154a7eb8d6782e9a25a8713ad3709 Mon Sep 17 00:00:00 2001 From: che30122 <43172568+che30122@users.noreply.github.com> Date: Thu, 28 Apr 2022 15:42:49 +0800 Subject: Properly null CmpLog map in deinit (#1395) Co-authored-by: van Hauser --- include/debug.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/debug.h') 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) \ -- cgit 1.4.1