MCPcopy Create free account
hub / github.com/GenericMappingTools/gmt / gmt_free_array

Function gmt_free_array

src/gmt_support.c:18491–18496  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18489}
18490
18491void gmt_free_array (struct GMT_CTRL *GMT, struct GMT_ARRAY *T) {
18492 /* Free anything that was allocated during parsing and creating a 1D array */
18493 gmt_M_str_free (T->file);
18494 gmt_M_str_free (T->list);
18495 if (T->array) gmt_M_free (GMT, T->array);
18496}
18497
18498bool gmt_no_pstext_input (struct GMTAPI_CTRL *API, char *arg) {
18499 char *c = NULL;

Callers 11

Free_CtrlFunction · 0.85
Free_CtrlFunction · 0.85
Free_CtrlFunction · 0.85
Free_CtrlFunction · 0.85
Free_CtrlFunction · 0.85
Free_CtrlFunction · 0.85
Free_CtrlFunction · 0.85
Free_CtrlFunction · 0.85
Free_CtrlFunction · 0.85
Free_CtrlFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected