Check also proper RGB image deletion after use.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.4@12924 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2018-05-22 08:39:39 +00:00
parent 7ab8906ef0
commit 396e4f41cf
1 changed files with 1 additions and 0 deletions

View File

@ -759,6 +759,7 @@ int main(int argc, char ** argv) {
Fl::run();
delete pixmap;
delete b_bitmap.image();
delete rgb;
return 0;
}