No changes, just use wxScopedPtr instead of explicit "delete".
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 18 Dec 2011 12:27:04 +0000 (12:27 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 18 Dec 2011 12:27:04 +0000 (12:27 +0000)
commitb9bb74e9fc1c1eb611251ba3d7da4374233f9fa5
treebd56b1ca7e138fa153736401ec02774917185308
parent7f98bdd6a50b7d328a6fb3bd59a95e36f34aa68c
No changes, just use wxScopedPtr instead of explicit "delete".

Use wxScopedPtr in wxGenericFileDirButton to ensure that the dialog created by
it is always destroyed, even if an exception is thrown while showing the
dialog or while processing the event we generate after showing it.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70042 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/generic/filepickerg.cpp