mirror of
https://github.com/fltk/fltk.git
synced 2026-05-23 07:46:09 +08:00
Fix for issue #344 : New/Delete Type Mismatch on Windows
This commit is contained in:
+1
-1
@@ -2684,7 +2684,7 @@ void fl_free_fonts(void) {
|
||||
s = fl_fonts + i;
|
||||
for (f = s->first; f; f = ff) {
|
||||
ff = f->next;
|
||||
delete f;
|
||||
delete (Fl_GDI_Font_Descriptor*)f;
|
||||
s->first = ff;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user