mariadb_dyncol_free - Man Page
Name
mariadb_dyncol_free - Free memory inside packed blob
Synopsis
#include <mariadb_dyncol.h> void mariadb_dyncol_free(DYNAMIC_COLUMN *str)
Description
Frees memory associated by the specified dynamic column
Parameter
*str
- A pointer to aDYNAMIC_COLUMN
structure
Notes
mariadb_dyncol_free()
doesn’t free the memory of the passedDYNAMIC_COLUMN
structure but all memory of stored columns.
See also
- mariadb_dyncol_init(3)
Info
Version 3.4 MariaDB Connector/C