mariadb_dyncol_free(3) MariaDB Connector/C mariadb_dyncol_free(3) Name mariadb_dyncol_free - Free memory inside packed blob Synopsis #include void mariadb_dyncol_free(DYNAMIC_COLUMN *str) Description Frees memory associated by the specified dynamic column Parameter o *str - A pointer to a DYNAMIC_COLUMN structure Notes o mariadb_dyncol_free() doesn't free the memory of the passed DYNAMIC_COLUMN structure but all memory of stored columns. See also o mariadb_dyncol_init(3) Version 3.3.1 mariadb_dyncol_free(3)