Next: bpipe_matrix_map_dup, Previous: bpipe_matrix_copy, Up: Internal Functions
bpipe_matrix_map_delete - free a matrix map structure and its accompanying data.
#include <bpipe/bpipe.h>void bpipe_matrix_map_delete(BPMatrixMap *map);
BPMatrixMap *map
- the matrix map to delete
if the passed pointer is not NULL
, the memory it points to
is freed along with the memory pointed to be the non NULL
fields in the structure.