free method

void free()

Release a G2Element instance from memory.

Implementation

void free() {
  bindings.CG2ElementFree(_g2Element);
}