igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] igraph_i_decompose_free


From: Gábor Csárdi
Subject: Re: [igraph] igraph_i_decompose_free
Date: Sat, 27 Feb 2010 16:29:36 +0100

Instead of 'igraph_free', there should be simply 'free' in the docs.
I've fixed this. I've also renamed igraph_i_decompose_free to
igraph_decompose_destroy, exported it and added docs for it.

Thanks for the suggestion!
G.

On Mon, Feb 22, 2010 at 1:15 PM, John Lapeyre <address@hidden> wrote:
> Hi,
>
> There is a function in components.c called
> igraph_i_decompose_free. But its protoypte does
> not appear in any header and it is not documented.
> It would be nice to include it, because, if not, users
> will have to write it to use igraph_decompose.
>
>
> The documentation for igraph_decompose suggests freeing the
> memory by hand. You can read...
>
>  Don't forget to call igraph_destroy() and igraph_free() on
>  the elements of this pointer vector to free unneeded
>  memory.
>
> However, the string igraph_free does not appear elsewhere in
> the documentation. Its prototype is in memory.h, but this
> header file is apparantly not installed for the users of the
> library.
>
> Thanks,
> John
>
>
>
>
> _______________________________________________
> igraph-help mailing list
> address@hidden
> http://lists.nongnu.org/mailman/listinfo/igraph-help
>



-- 
Gabor Csardi <address@hidden>     UNIL DGM




reply via email to

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