Skip to Content.
Sympa Menu

cgal-discuss - Re: [cgal-discuss] Re: Minkowski_sum_3 memory leak?

Subject: CGAL users discussion list

List archive

Re: [cgal-discuss] Re: Minkowski_sum_3 memory leak?


Chronological Thread 
  • From: Philipp Moeller <>
  • To: mastair <>
  • Cc:
  • Subject: Re: [cgal-discuss] Re: Minkowski_sum_3 memory leak?
  • Date: Thu, 07 Feb 2013 11:51:04 +0100
  • Organization: GeometryFactory

mastair
<>
writes:

> So apparently the problem is with BOOST_PP_REPEAT_FROM_TO(1, 9,
> CGAL_CONSTRUCTION_OPERATOR, _) on line 1381 of lazy.h.

That simply expands to a bunch of overloaded operator(). The new'd
pointer is handed off to a ref-counted class.

>
>
> Any idea?

It's not clear to me if Lazy leaks or the constructor wrapped by
Lazy. It would be a good try to run the program with a non-lazy exact
kernel and see if the checker comes up with the same problem.



Archive powered by MHonArc 2.6.18.

Top of Page