|
The ifx_var_dealloc() function deallocates the memory that was allocated for the data buffer of a var binary host variable.
The allocation flag of the ifx_var_flag() function tells ESQL/C which allocation method to use for the data buffer. Regardless of whether ESQL/C (allocation flag set to 1) or your application (allocation flag set to 0) allocates the memory, you must explicitly deallocate memory that was allocated to an lvarchar or var binary host variable.
| 0 | The function was successful. |
| <0 | The function was not successful and the return value indicates the cause of the error. |
ifx_var_alloc(), ifx_var_flag()