diff options
Diffstat (limited to 'tools/showtext/showtext.c')
-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 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; } |