MCPcopy Create free account
hub / github.com/Kitware/VTK / destructor

Function destructor

ThirdParty/libproj/vtklibproj/src/projections/ccon.cpp:71–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69
70
71static PJ *destructor (PJ *P, int errlev) {
72 if (nullptr==P)
73 return nullptr;
74
75 if (nullptr==P->opaque)
76 return pj_default_destructor (P, errlev);
77
78 free (static_cast<struct pj_opaque*>(P->opaque)->en);
79 return pj_default_destructor (P, errlev);
80}
81
82
83PJ *PROJECTION(ccon) {

Callers 1

PROJECTIONFunction · 0.70

Calls 1

pj_default_destructorFunction · 0.85

Tested by

no test coverage detected