diff options
Diffstat (limited to 'tools/showtext')
-rw-r--r-- | tools/showtext/showtext.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/showtext/showtext.c b/tools/showtext/showtext.c index 2621db1..333d9e3 100644 --- a/tools/showtext/showtext.c +++ b/tools/showtext/showtext.c @@ -274,6 +274,7 @@ int main(int argc, char *argv[]) lcd->DeInit(); delete lcd; + delete bitmap; return 0; } |