VC++ free must take place in same DLL as allocation when using non dll
authorGilles Depeyrot <gilles_depeyrot@mac.com>
Wed, 28 May 2003 21:11:17 +0000 (21:11 +0000)
committerGilles Depeyrot <gilles_depeyrot@mac.com>
Wed, 28 May 2003 21:11:17 +0000 (21:11 +0000)
commitca5e07c7683a6b4c63dc6d4d05c75ba46d0b0de8
tree589a000545cebaa50f0c7ebe5e639bfd9bc58cec
parentff818ab87b3b9ba8478e7fd6b2052319f530fd55
VC++ free must take place in same DLL as allocation when using non dll
run-time library (e.g. Multithreaded instead of Multithreaded DLL)
we must not inline wxStringData deallocation since allocation is not inlined

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@20755 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/string.h
src/common/string.cpp