Don't leak wxDataViewCtrl column objects in wxOSX/Cocoa.

NSOutlineView addTableColumn method takes ownership of the column passed to
it, so we must release it ourselves to avoid leaking it.

Closes #16223.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@76636 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2014-06-01 16:22:14 +00:00
parent 08d1e7eec1
commit 4f3b27e89a
2 changed files with 5 additions and 0 deletions

View File

@@ -677,6 +677,7 @@ wxOSX:
- Implement support for wxGA_VERTICAL in wxGauge (themindiswatching).
- Add support for wxEVT_COMBOBOX_DROPDOWN and wxEVT_COMBOBOX_CLOSEUP
events to wxOSX/Cocoa (Igor Korot).
- Fix several memory leaks in wxDataViewCtrl (John Roberts).
3.0.0: (released 2013-11-11)