Compare commits
No commits in common. "24b70eec48af55a1a28279feb0007fc3def12532" and "022d9561dbb5888780aaf2dbff65d5e68cd29fa4" have entirely different histories.
24b70eec48
...
022d9561db
@ -184,7 +184,6 @@ int gds_tree_check_reference_loops(struct gds_library *lib)
|
|||||||
if (res == 0)
|
if (res == 0)
|
||||||
fprintf(stderr, "Visited cell list should be empty. This is a bug. Please report this.\n");
|
fprintf(stderr, "Visited cell list should be empty. This is a bug. Please report this.\n");
|
||||||
g_list_free(visited_cells);
|
g_list_free(visited_cells);
|
||||||
visited_cells = NULL;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (res < 0) {
|
if (res < 0) {
|
||||||
|
Loading…
Reference in New Issue
Block a user