CORBA::string_free

Overview Frees a string allocated by CORBA::string_alloc() or CORBA::string_dup().
Original class CORBA


Intended Usage

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

Syntax

  static void string_free(char* str);

Input parameters

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

Return values

None.

Example

See the example for the CORBA::string_alloc method.


Related reference
CORBA module



Searchable topic ID:   rcor_modco7
Last updated: Jun 21, 2007 8:07:48 PM CDT    WebSphere Business Integration Server Foundation, Version 5.0.2
http://publib.boulder.ibm.com/infocenter/wasinfo/index.jsp?topic=/com.ibm.wasee.doc/info/ee/corba/ref/rcor_modco7.html

Library | Support | Terms of Use | Feedback