X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/1751226cbf1cbdc37114de04eac5bcd9bf0c8d09..b98738705265d77937c62bdfbf02343ccc1444eb:/src/mac/carbon/app.cpp?ds=inline diff --git a/src/mac/carbon/app.cpp b/src/mac/carbon/app.cpp index 082a1c35ed..494ac9592f 100644 --- a/src/mac/carbon/app.cpp +++ b/src/mac/carbon/app.cpp @@ -723,7 +723,9 @@ void wxApp::CleanUp() ProfilerDump( (StringPtr)"\papp.prof" ) ; ProfilerTerm() ; # endif +#endif +#ifdef __DARWIN__ // clean up HID Keyboard if (s_macHIDKeyboard) delete s_macHIDKeyboard;