Index: src/af/gr/win/gr_Win32Graphics.cpp =================================================================== RCS file: /cvsroot/abi/src/af/gr/win/gr_Win32Graphics.cpp,v retrieving revision 1.193 diff -u -r1.193 gr_Win32Graphics.cpp --- src/af/gr/win/gr_Win32Graphics.cpp 26 Mar 2004 08:07:25 -0000 1.193 +++ src/af/gr/win/gr_Win32Graphics.cpp 12 Apr 2004 21:03:41 -0000 @@ -172,7 +172,8 @@ delete m_pArPens; - DELETEP(m_pFontGUI); + //Don't delete fonts we don't own. Use _destroyFonts instead. + //DELETEP(m_pFontGUI); } bool GR_Win32Graphics::queryProperties(GR_Graphics::Properties gp) const