Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 424888
Collapse All | Expand All

(-)icewm-1.3.7.orig/src/yarray.h (-1 / +1 lines)
Lines 152-158 Link Here
152
    }
152
    }
153
153
154
    virtual void remove(const typename YArray<DataType *>::SizeType index) {
154
    virtual void remove(const typename YArray<DataType *>::SizeType index) {
155
        if (index < YArray<DataType *>::getCount()) delete getItem(index);
155
        if (index < YArray<DataType *>::getCount()) delete this->getItem(index);
156
        YArray<DataType *>::remove(index);
156
        YArray<DataType *>::remove(index);
157
    }
157
    }
158
    
158
    

Return to bug 424888