Compare commits

..

No commits in common. "24b70eec48af55a1a28279feb0007fc3def12532" and "022d9561dbb5888780aaf2dbff65d5e68cd29fa4" have entirely different histories.

View File

@ -184,7 +184,6 @@ int gds_tree_check_reference_loops(struct gds_library *lib)
if (res == 0)
fprintf(stderr, "Visited cell list should be empty. This is a bug. Please report this.\n");
g_list_free(visited_cells);
visited_cells = NULL;
}
if (res < 0) {