Author: faridz
Date: Fri May 23 10:05:11 2008
New Revision: 659600
URL: http://svn.apache.org/viewvc?rev=659600&view=rev
Log:
2008-05-23 Farid Zaripov <[EMAIL PROTECTED]>
Merged r659150 from branches/4.2.x.
* tests/strings/21.string.exceptions.cpp (user_throw): Use
__rw::__rw_free_what_buf()
instead of delete[] to free what buffer.
Modified:
stdcxx/trunk/tests/strings/21.string.exceptions.cpp (contents, props
changed)
Modified: stdcxx/trunk/tests/strings/21.string.exceptions.cpp
URL:
http://svn.apache.org/viewvc/stdcxx/trunk/tests/strings/21.string.exceptions.cpp?rev=659600&r1=659599&r2=659600&view=diff
==============================================================================
--- stdcxx/trunk/tests/strings/21.string.exceptions.cpp (original)
+++ stdcxx/trunk/tests/strings/21.string.exceptions.cpp Fri May 23 10:05:11 2008
@@ -84,7 +84,7 @@
/* static */ void
user_throw (int ex_id, char *what)
{
- delete[] what;
+ _RW::__rw_free_what_buf (what);
#ifndef _RWSTD_NO_EXCEPTIONS
Propchange: stdcxx/trunk/tests/strings/21.string.exceptions.cpp
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: stdcxx/trunk/tests/strings/21.string.exceptions.cpp
------------------------------------------------------------------------------
svn:keywords = Id