Could you please help me with the following problem? I need to compute the number of automorphisms of a series of (random) graphs; however, there seems to be a memory leak in the function igraph_automorphisms. The following c-code reproduces the problem - i.e., the memory used by the program increases without bound.
I'm using the latest version of igraph as distributed by 'yum' on Fedora 9.
Thank you for any help that you can give. I REALLY like the igraph libraries, and I do not want to search for another :)