MCPcopy Create free account
hub / github.com/abbeycode/UnrarKit / ~UnpackThreadData

Method ~UnpackThreadData

Libraries/unrar/unpack.hpp:135–139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

133 Decoded=NULL;
134 }
135 ~UnpackThreadData()
136 {
137 if (Decoded!=NULL)
138 free(Decoded);
139 }
140};
141#endif
142

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected