Next: rdb_free_hdr, Previous: Freeing Data structures, Up: Freeing Data structures
Frees the memory associated with an /rdb column map.
#include <mst_rdb/mst_rdb.h>void rdb_free_map(DataColumnMap_st *map);
DataColumnMap_st *map
- the column map to free
rdb_free_map - Frees the memory associated with an /rdb column map.
Richard J. Edgar