mariadb_dyncol_free - Free memory inside packed blob
-
#include <mariadb_dyncol.h>
void mariadb_dyncol_free(DYNAMIC_COLUMN *str)
Frees memory associated by the specified dynamic column
- •
- *str - A pointer to a
DYNAMIC_COLUMN structure
- •
- mariadb_dyncol_free() doesn’t free the
memory of the passed DYNAMIC_COLUMN structure but
all memory of stored columns.