scummvm/graphics/macgui
Roland van Laar 034a5efe98 DIRECTOR: Fix memory leak in registered FONDs
References to FOND resource streams are stored in an array.

Font streams were registered by their family name in a hashmap.
When a second font with the same name was encoutered it would replace
the pointer to the previous font.
The only use case for the hashmap was to register the stream to be able
to later close them.
2022-09-24 16:37:27 +02:00
..
datafiles.cpp
macbutton.cpp
macbutton.h
macdialog.cpp
macdialog.h
macfontmanager.cpp DIRECTOR: Fix memory leak in registered FONDs 2022-09-24 16:37:27 +02:00
macfontmanager.h DIRECTOR: Fix memory leak in registered FONDs 2022-09-24 16:37:27 +02:00
macmenu.cpp GRAPHICS: Don't dereference a null pointer 2022-09-18 16:15:56 +02:00
macmenu.h
mactext.cpp
mactext.h
mactextwindow.cpp
mactextwindow.h
macwidget.cpp
macwidget.h
macwindow.cpp
macwindow.h
macwindowborder.cpp
macwindowborder.h
macwindowmanager.cpp GRAPHICS: MACGUI: leave _desktopBmp as a nullptr 2022-09-20 23:19:08 +02:00
macwindowmanager.h GRAPHICS: MACGUI: Fix memory leak 2022-09-20 23:12:09 +02:00