fix memory leak in wxGetTempFileName(const wxString&, wxString&) overload; also defin...
authorVadim Zeitlin <vadim@wxwidgets.org>
Thu, 19 Oct 2006 11:58:48 +0000 (11:58 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Thu, 19 Oct 2006 11:58:48 +0000 (11:58 +0000)
commite44d5a589225b279532493019f0058b66c7afe23
tree664feeebe80ab655e2942a496f69464194cb5654
parent264972539817115bdfe987e080f8449cad1757eb
fix memory leak in wxGetTempFileName(const wxString&, wxString&) overload; also define wxGetTempFileName(const wxString&, wxChar *) overload in terms of the other one and not vice versa

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