mirror of
https://github.com/fltk/fltk.git
synced 2026-05-28 03:15:21 +08:00
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:
@@ -759,6 +759,7 @@ int main(int argc, char ** argv) {
|
|||||||
Fl::run();
|
Fl::run();
|
||||||
delete pixmap;
|
delete pixmap;
|
||||||
delete b_bitmap.image();
|
delete b_bitmap.image();
|
||||||
|
delete rgb;
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user