Fix a build bug where the debug heap was being compiled into retails builds of FMSLogo. It looks like this is not a recent regression and may have been included in all released versions of the wxWidgets FMSLogo. The impact of this is minor, as it only changes the behavior of new and delete, and FMSLogo relied more on malloc and free.