summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2018-05-22 08:39:39 +0000
committerManolo Gouy <Manolo>2018-05-22 08:39:39 +0000
commit396e4f41cf9f511fd3505915e4b4ceb8c33e0349 (patch)
treedca0a932e276fadc90a7b137f1ff35a4df4546cc /test
parent7ab8906ef0a7e972cd10965a7471152d5759e0f5 (diff)
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
Diffstat (limited to 'test')
-rw-r--r--test/device.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/device.cxx b/test/device.cxx
index 1d0671601..94b7a7f25 100644
--- a/test/device.cxx
+++ b/test/device.cxx
@@ -759,6 +759,7 @@ int main(int argc, char ** argv) {
Fl::run();
delete pixmap;
delete b_bitmap.image();
+ delete rgb;
return 0;
}