MCPcopy Create free account
hub / github.com/LASzip/LASzip / ~LASzip

Method ~LASzip

src/laszip.cpp:62–67  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62LASzip::~LASzip()
63{
64 if (error_string) free(error_string);
65 if (items) delete [] items;
66 if (bytes) delete [] bytes;
67}
68
69// the data of the LASzip VLR
70// U16 compressor 2 bytes

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected