summaryrefslogtreecommitdiff
path: root/tools/showtext/showtext.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/showtext/showtext.c')
-rw-r--r--tools/showtext/showtext.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/showtext/showtext.c b/tools/showtext/showtext.c
index bc7879c..00e6893 100644
--- a/tools/showtext/showtext.c
+++ b/tools/showtext/showtext.c
@@ -277,6 +277,7 @@ int main(int argc, char *argv[])
lcd->DeInit();
delete lcd;
+ delete bitmap;
return 0;
}