]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/string.h
made wxNativePixelFormat usable under Mac
[wxWidgets.git] / include / wx / string.h
index 229b69b2f2e87f9a41e38b13b8dd6323980f2eae..d082d97b7312e2c61c66c775c6be7087d087c4c0 100644 (file)
@@ -201,7 +201,7 @@ struct WXDLLEXPORT wxStringData
   // we must not inline deallocation since allocation is not inlined
   void  Free();
 #else
-  void  Unlock() { if ( !IsEmpty() && --nRefs == 0) free();  }
+  void  Unlock() { if ( !IsEmpty() && --nRefs == 0) free(this);  }
 #endif
 
   // if we had taken control over string memory (GetWriteBuf), it's