Fl_Quartz_Graphics_Driver::uncache() should also reset mask_.

git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3-porting@12095 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
This commit is contained in:
Manolo Gouy 2016-11-10 19:58:20 +00:00
parent a873e414bd
commit 2fd5752b89
1 changed files with 1 additions and 0 deletions

View File

@ -237,6 +237,7 @@ void Fl_Quartz_Graphics_Driver::uncache(Fl_RGB_Image*, fl_uintptr_t &id_, fl_uin
if (id_) {
CGImageRelease((CGImageRef)id_);
id_ = 0;
mask_ = 0;
}
}