1. fixed memory leak in GAddress
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 16 Mar 2000 01:03:52 +0000 (01:03 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 16 Mar 2000 01:03:52 +0000 (01:03 +0000)
commit8a9c22462aec446d06267ac10b99f1115704b9d1
tree73bebb2129d05a3b0cfadd4f9137852e0f3cf055
parent9eb662e94c05e177a6574ffa2c9898b4a0a0b6e0
1. fixed memory leak in GAddress
2. fixed memory leak with wxLogStderr in wxBase
3. updated tmake files/makefiles for wxBase with wxSocket under MSW
4. fixed wxSashWindow cursor bug by allowing SetCursor(wxNullCursor)
5. fixed warning in gsock*.c

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6748 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/latex/wx/window.tex
src/common/init.cpp
src/common/wincmn.cpp
src/generic/sashwin.cpp
src/msw/gsocket.c
src/msw/gsockmsw.c
src/msw/window.cpp