Ticket #4204: tst.patch

File tst.patch, 547 bytes (added by dino.puller@…, 12 years ago)

patch

  • boost/spirit/home/qi/string/detail/tst.hpp

     
    180180                remove(p->gt, first, last, alloc);
    181181            }
    182182
    183             if (p->lt == 0 && p->eq == 0 && p->gt == 0)
     183            if (p->data != 0 && p->lt == 0 && p->eq == 0 && p->gt == 0)
    184184            {
    185185                alloc->delete_node(p);
    186186                p = 0;