
The code example on page 166 should end with

 CLEANUP:
   Safefree( RETVAL );

and not

 CLEANUP:
   Safefree( outstr );


