ElfFile.~this

~this()

Destructor - releases owned data.

When this instance owns the data (constructed from a mutable ubyte[] array), releases the reference to allow GC collection. Non-owned data (constructed from const(ubyte)[] or transferred away via opAssign) is not affected.