bug-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gsl] Missing vector_free in documentation


From: Patrick Alken
Subject: Re: [Bug-gsl] Missing vector_free in documentation
Date: Fri, 19 Jan 2007 14:41:52 -0700
User-agent: Mutt/1.4.2.2i

Thanks for the report. Have you looked at the latest CVS - it
looks like this was fixed in the current CVS code.

Patrick Alken

On Fri, Jan 19, 2007 at 10:13:09PM +0100, Frithjof Schulze wrote:
> Hi,
> 
> I think there is a small error in the reference manual in chapter 13.12
> (the linear algebra example). The vector x is allocated but not freed.
> 
> Frithjof
> 

Content-Description: patch
> --- doc/examples/linalglu.c   2007-01-19 22:03:10.000000000 +0100
> +++ doc/examples/linalglu.c.new       2007-01-19 22:03:40.000000000 +0100
> @@ -31,5 +31,6 @@
>    gsl_vector_fprintf (stdout, x, "%g");
>  
>    gsl_permutation_free (p);
> +  gsl_vector_free(x);
>    return 0;
>  }

> _______________________________________________
> Bug-gsl mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/bug-gsl





reply via email to

[Prev in Thread] Current Thread [Next in Thread]