diff --git a/gds-parser/gds-parser.c b/gds-parser/gds-parser.c index 5183a0e..0c56ddb 100644 --- a/gds-parser/gds-parser.c +++ b/gds-parser/gds-parser.c @@ -870,15 +870,11 @@ int parse_gds_from_file(const char *filename, GList **library_list) fclose(gds_file); - if (!run) { /* Iterate and find references to cells */ g_list_foreach(lib_list, scan_library_references, NULL); } - - - *library_list = lib_list; free(workbuff);