MCPcopy Create free account
hub / github.com/Singular/Singular / pi_clear

Function pi_clear

Singular/utils.cc:150–155  ·  view source on GitHub ↗

-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/

Source from the content-addressed store, hash-verified

148
149/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
150void pi_clear(procinfov pi)
151{
152 free(pi->libname);
153 free(pi->procname);
154 free(pi);
155}
156
157/*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*-*/
158

Callers 1

libparse.ccFile · 0.85

Calls 1

freeFunction · 0.85

Tested by

no test coverage detected