Blind fix for startup crash with Lesstif.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21168 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -137,7 +137,7 @@ wxXFont::~wxXFont()
|
|||||||
XmFontList fontList = (XmFontList) m_fontList;
|
XmFontList fontList = (XmFontList) m_fontList;
|
||||||
XmFontListFree (fontList);
|
XmFontListFree (fontList);
|
||||||
|
|
||||||
#if wxCHECK_MOTIF_VERSION( 2, 0 )
|
#if wxCHECK_MOTIF_VERSION( 2, 0 ) && !wxCHECK_LESSTIF()
|
||||||
XmRenderTable renderTable = (XmRenderTable) m_renderTable;
|
XmRenderTable renderTable = (XmRenderTable) m_renderTable;
|
||||||
XmRenderTableFree (renderTable);
|
XmRenderTableFree (renderTable);
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user