View | Details | Raw Unified | Return to bug 200544
Collapse All | Expand All

(-)ofstd/libsrc/oflist.cc (-2 / +2 lines)
Lines 50-57 OFListBase::OFListBase() Link Here
50
OFListBase::~OFListBase()
50
OFListBase::~OFListBase()
51
{
51
{
52
    base_clear();
52
    base_clear();
53
    if (afterLast)
53
    delete afterLast;
54
        delete afterLast;
54
    afterLast = NULL;
55
}
55
}
56
56
57
OFListLinkBase * OFListBase::base_insert(OFListLinkBase * pos,
57
OFListLinkBase * OFListBase::base_insert(OFListLinkBase * pos,

Return to bug 200544