fixed memory leak in wxHTTP
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13336 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -68,6 +68,7 @@ wxBase:
|
||||
- fixes to the command line parsing error and usage messages
|
||||
- modified wxFileName::CreateTempFileName() to open the file atomically
|
||||
(if possible) and, especially, not to leak the file descriptors under Unix
|
||||
- memory leak in wxHTTP fixed (Dimitri)
|
||||
|
||||
All (GUI):
|
||||
|
||||
@@ -82,6 +83,7 @@ wxMSW:
|
||||
- fixed redraw problems in dynamically resized wxStaticText
|
||||
- fixed wxProgressDialog for ranges > 65535
|
||||
- wxFontEnumerator now returns all fonts, not only TrueType ones
|
||||
- wxTextCtrl with wxTE_RICH flag scrolls to the end when text is appended to it
|
||||
|
||||
2.3.2
|
||||
-----
|
||||
|
Reference in New Issue
Block a user