git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@38580 
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
 
     virtual wxMBConv *Clone() const { return new wxMBConv_cocoa(*this); }
 
 
     virtual wxMBConv *Clone() const { return new wxMBConv_cocoa(*this); }
 
     bool IsOk() const
     {
         return m_encoding != kCFStringEncodingInvalidId &&
     bool IsOk() const
     {
         return m_encoding != kCFStringEncodingInvalidId &&
-    virtual wxMBConv *Clone() const { return wxMBConv_mac(*this); }
+    virtual wxMBConv *Clone() const { return new wxMBConv_mac(*this); }
     bool IsOk() const
         { return m_MB2WC_converter !=  NULL && m_WC2MB_converter != NULL  ; }
 
     bool IsOk() const
         { return m_MB2WC_converter !=  NULL && m_WC2MB_converter != NULL  ; }