-
Notifications
You must be signed in to change notification settings - Fork 258
mariadb_dyncol_free
Georg Richter edited this page Aug 31, 2018
·
1 revision
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 aDYNAMIC_COLUMN
structure
-
mariadb_dyncol_free()
doesn't free the memory of the passedDYNAMIC_COLUMN
structure but all memory of stored columns.
MariaDB Connector/C Reference