At Sat, 08 Aug 2009 16:01:02 +0100,
Ye.Naumovich wrote:
> Looks like I found an bugs in bspline.c., GSL 1.12. At least in
> *gsl_bspline_alloc*  and *gsl_bspline_deriv_alloc*  there are a lot of 
> code like:
> //---------------------------
>  w->deltar = gsl_vector_alloc (k);
>       if (w->deltar == 0)
>     {
>       free (w->deltal);
>       free (w->knots);
>       free (w);
> //--------------------------
> It means that w->deltal was allocated as *gsl_vector*, but deallocated 
> as *void** with memory leaks.

Thank you for pointing that out that bug, I will correct it.

-- 
best regards,

Brian Gough
(GSL Maintainer)

Support freedom by joining the FSF 
http://www.fsf.org/associate/support_freedom/join_fsf?referrer=37


_______________________________________________
Bug-gsl mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-gsl

Reply via email to