Compare commits
5 Commits
022d9561db
...
24b70eec48
Author | SHA1 | Date | |
---|---|---|---|
24b70eec48 | |||
8ffcba830d | |||
4f02854401 | |||
f2b02c0c1f | |||
e739305f46 |
@ -184,6 +184,7 @@ 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) {
|
||||
|
Loading…
Reference in New Issue
Block a user