MCPcopy Create free account
hub / github.com/OpenStarbound/OpenStarbound / ~Image

Method ~Image

source/core/StarImage.cpp:217–220  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215}
216
217Image::~Image() {
218 if (m_data)
219 Star::free(m_data);
220}
221
222Image::Image(Image const& image) : Image() {
223 operator=(image);

Callers

nothing calls this directly

Calls 1

freeFunction · 0.70

Tested by

no test coverage detected