summaryrefslogtreecommitdiff
path: root/src/Fl_Window.cxx
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2016-03-10 18:33:05 +0000
committerManolo Gouy <Manolo>2016-03-10 18:33:05 +0000
commit1d7ce6ad4113eff665ebaa6caf1cf2d333b1e8ed (patch)
tree460d4db35667c7630998c7ef64a0fb433df50d6f /src/Fl_Window.cxx
parent11d3888fc2c5ad4ba3598f330544389b1f5e0cf4 (diff)
Add deletion code for Fl_X11_Window_Driver object
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11339 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/Fl_Window.cxx')
-rw-r--r--src/Fl_Window.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Fl_Window.cxx b/src/Fl_Window.cxx
index c77fb4595..0a2d083ad 100644
--- a/src/Fl_Window.cxx
+++ b/src/Fl_Window.cxx
@@ -92,6 +92,7 @@ Fl_Window::~Fl_Window() {
}
free_icons();
delete icon_;
+ delete pWindowDriver;
}