diff options
| author | Manolo Gouy <Manolo> | 2016-08-24 08:53:29 +0000 |
|---|---|---|
| committer | Manolo Gouy <Manolo> | 2016-08-24 08:53:29 +0000 |
| commit | 4180cf5360b7cfb14d99647c6660a16841346d5c (patch) | |
| tree | 6edae5d0e1551d778fb7f41d273c93d5b50252ba /src/drivers/GDI/Fl_GDI_Copy_Surface_Driver.cxx | |
| parent | f07570e92fcea5aed0960d284af19e97e4f5eff3 (diff) | |
Add missing delete statements in ~Fl_XXX_Copy_Surface_Driver() and ~Fl_XXX_Image_Surface_Driver().
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@11891 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'src/drivers/GDI/Fl_GDI_Copy_Surface_Driver.cxx')
| -rw-r--r-- | src/drivers/GDI/Fl_GDI_Copy_Surface_Driver.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/drivers/GDI/Fl_GDI_Copy_Surface_Driver.cxx b/src/drivers/GDI/Fl_GDI_Copy_Surface_Driver.cxx index 43e09b28a..1a7a88b27 100644 --- a/src/drivers/GDI/Fl_GDI_Copy_Surface_Driver.cxx +++ b/src/drivers/GDI/Fl_GDI_Copy_Surface_Driver.cxx @@ -81,6 +81,7 @@ Fl_GDI_Copy_Surface_Driver::~Fl_GDI_Copy_Surface_Driver() { } DeleteDC(gc); Fl_Surface_Device::surface()->driver()->gc(oldgc); + delete driver(); } |
