[Enterprise Extensions only]

CORBA::wstring_free

Overview Frees a WString allocated by CORBA::wstring_alloc() or CORBA::wstring_dup().
Original class CORBA
Exceptions CORBA::SystemException


Intended Usage

This method is intended to be used by client and server applications to release storage originally allocated using CORBA::wstring_alloc() or CORBA::wstring_dup().

IDL Syntax

  static void wstring_free (wchar_t * str);

Input parameters

str
The WString to be freed. If this parameter is NULL, the method has no effect.

Return values

None.

Example

See the example for the CORBA::wstring_alloc method.