1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-08 14:02:17 +03:00
Files
mariadb-connector-c/man/mariadb_dyncol_free.3
2024-10-25 07:38:00 +02:00

26 lines
681 B
Groff

.\" Automatically generated by Pandoc 3.5
.\"
.TH "mariadb_dyncol_free" "3" "" "Version 3.3" "MariaDB Connector/C"
.SS Name
mariadb_dyncol_free \- Free memory inside packed blob
.SS Synopsis
.IP
.EX
#include \f[B]<mariadb_dyncol.h>\f[R]
void mariadb_dyncol_free(DYNAMIC_COLUMN *str)
.EE
.SS Description
Frees memory associated by the specified dynamic column
.SS Parameter
.IP \[bu] 2
\f[CR]*str\f[R] \- A pointer to a \f[CR]DYNAMIC_COLUMN\f[R] structure
.SS Notes
.IP \[bu] 2
\f[CR]mariadb_dyncol_free()\f[R] doesn\[cq]t free the memory of the
passed \f[CR]DYNAMIC_COLUMN\f[R] structure but all memory of stored
columns.
.SS See also
.IP \[bu] 2
\f[B]mariadb_dyncol_init(3)\f[R]