Comment 20 for bug 992124

Revision history for this message
Samuel Chase (samebchase) wrote :

This should fix the warnings and the memory leaks in two locations.

However, I am not sure how I should go about freeing the memory in find_parametric_bezier_roots() in solve-bezier-parametric.cpp. It is a recursive function that takes the allocated arrays as parameters.

Can someone please take a look at this function.