]> git.saurik.com Git - wxWidgets.git/commitdiff
Blind fix for startup crash with Lesstif.
authorMattia Barbon <mbarbon@cpan.org>
Sun, 15 Jun 2003 17:27:22 +0000 (17:27 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Sun, 15 Jun 2003 17:27:22 +0000 (17:27 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@21168 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/motif/font.cpp

index 7c5b6320291a000cda5d97c28ea641b17c115015..4e7186a805602aa932f4c2b874c2ff39996cc32a 100644 (file)
@@ -137,7 +137,7 @@ wxXFont::~wxXFont()
     XmFontList fontList = (XmFontList) m_fontList;
     XmFontListFree (fontList);
 
-#if wxCHECK_MOTIF_VERSION( 2, 0 )
+#if wxCHECK_MOTIF_VERSION( 2, 0 ) && !wxCHECK_LESSTIF()
     XmRenderTable renderTable = (XmRenderTable) m_renderTable;
     XmRenderTableFree (renderTable);
 #endif