From 6fa8696774c4bda4bb7e3efabd7e1e58a899f5c1 Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Tue, 1 Dec 2020 09:14:19 +0200 Subject: Fix clang-tidy reported issues --- utils/kmstouch.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'utils/kmstouch.cpp') diff --git a/utils/kmstouch.cpp b/utils/kmstouch.cpp index fbe0f3d..8afcee5 100644 --- a/utils/kmstouch.cpp +++ b/utils/kmstouch.cpp @@ -288,4 +288,6 @@ int main(int argc, char** argv) handle_event(ev, fb); } while (rc == 1 || rc == 0 || rc == -EAGAIN); + + delete fb; } -- cgit v1.2.3