--- np2/x11/qt/Attic/qtdraw.cpp 2003/12/19 16:08:02 1.2 +++ np2/x11/qt/Attic/qtdraw.cpp 2004/03/02 16:34:50 1.3 @@ -210,7 +210,9 @@ void emulationScreen::destroyScreen() { +#if !defined(Q_WS_QWS) DELETE(m_Offscreen); +#endif DELETE(m_Surface); }