Next: , Previous: bpipe_matrix_copy, Up: Internal Functions


A.5.22 bpipe_matrix_map_delete

bpipe_matrix_map_delete - free a matrix map structure and its accompanying data.

Synopsis

     #include <bpipe/bpipe.h>
     
     
     
void bpipe_matrix_map_delete(BPMatrixMap *map);

Parameters

BPMatrixMap *map
the matrix map to delete

Description

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.