Comment 7 for bug 1041084

Revision history for this message
Christian Jakob (jakob-ifgt) wrote : Re: memory leak while erasing facets

>b = utils.facet()
>id = O.bodies.append(b)
>O.bodies.erase(id)
>b=0
>
>You can try such approach. Maybe it will help.

No, this is unfortunately not solving the problem...