Comment 9 for bug 1041084

Revision history for this message
Anton Gladky (gladky-anton) wrote : Re: [Yade-dev] [Bug 1041084] Re: memory leak while erasing facets

I am afraid, we can nothing to do with that.
Yade itself does not "work" itself in this example.

Anton

2012/8/30 Jan Stránský <email address hidden>:
> The problem could be linked to this example:
>
> f = utils.facet(((1,0,0),(0,1,0),(0,0,1)))
> n = 100000000
> for i in xrange(n):
> f.shape.vertices = Vector3(1,0,0),Vector3(0,1,0),Vector3(0,0,1)
>
> that also leads to memory leaks, while it should not..