igraph-help
[Top][All Lists]
Advanced

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

Re: [igraph] : igraph_adjacency()


From: Gábor Csárdi
Subject: Re: [igraph] : igraph_adjacency()
Date: Thu, 20 Nov 2014 12:04:52 -0500

It will cause a memory leak, as the memory allocated for the old graph
will be lost. Call igraph_destroy() on it before calling
igraph_adjacency().

Gabor

On Thu, Nov 20, 2014 at 12:00 PM, patricia <address@hidden> wrote:
> Hello,
>
>
> A quick question: the igraph_adjacency () function receives as a parameter
> an uninitialized object graph; If I provide a graph object initialized it
> cause an error?
>
>
>
> Thanks for the help.
>
> _______________________________________________
> igraph-help mailing list
> address@hidden
> https://lists.nongnu.org/mailman/listinfo/igraph-help
>



reply via email to

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