mirror of
https://github.com/RTimothyEdwards/netgen.git
synced 2026-09-07 03:37:45 +02:00
Merge branch 'master' into netgen-1.5
This commit is contained in:
+1
-1
@@ -6913,7 +6913,7 @@ struct nlist *addproxies(struct hashlist *p, void *clientdata)
|
||||
/* But if the target cell instance has proxy(no pins), then reuse
|
||||
* the record and modify it.
|
||||
*/
|
||||
if (!strcmp(ob->name, "proxy(no pins)")) {
|
||||
if (ob && !strcmp(ob->name, "proxy(no pins)")) {
|
||||
obn = ob;
|
||||
FREE(ob->name);
|
||||
obn->name = (char *)MALLOC(strlen(ob->instance.name)
|
||||
|
||||
Reference in New Issue
Block a user