Help for this page

Select Code to Download


  1. or download this
    void DESTROY(Node* self) {
        warn("destroying self");
        Safefree(self);
    }
    
  2. or download this
    void DESTROY(Node* self) {
        warn("destroying self");
    ...
        Safefree(self-> sv);
        Safefree(self);
    }