summaryrefslogtreecommitdiff
path: root/utils/kmstouch.cpp
diff options
context:
space:
mode:
authorTomi Valkeinen <tomi.valkeinen@ti.com>2020-12-01 09:14:19 +0200
committerTomi Valkeinen <tomi.valkeinen@ti.com>2020-12-01 09:14:34 +0200
commit6fa8696774c4bda4bb7e3efabd7e1e58a899f5c1 (patch)
tree33325ca8d790849ac8bd3e0847320bba38d8328b /utils/kmstouch.cpp
parent0d6e3a43c2719263b907e8e03ac9ab35fc765013 (diff)
Fix clang-tidy reported issues
Diffstat (limited to 'utils/kmstouch.cpp')
-rw-r--r--utils/kmstouch.cpp2
1 files changed, 2 insertions, 0 deletions
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;
}