Corrected an error with the new off-grid DRC check that can cause
a crash condition during GDS read-in.
This commit is contained in:
parent
f11a718368
commit
48b04385c3
|
|
@ -647,6 +647,7 @@ void
|
||||||
DRCOffGridError(rect)
|
DRCOffGridError(rect)
|
||||||
Rect *rect; /* Area of error */
|
Rect *rect; /* Area of error */
|
||||||
{
|
{
|
||||||
|
if (drcSubFunc == NULL) return;
|
||||||
(*drcSubFunc)(DRCErrorDef, rect, &drcOffGridCookie, drcSubClientData);
|
(*drcSubFunc)(DRCErrorDef, rect, &drcOffGridCookie, drcSubClientData);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue