mirror of https://github.com/KLayout/klayout.git
Fixed a Sonarqube issue.
This commit is contained in:
parent
3a7d9d0b0f
commit
fffae4134c
|
|
@ -90,6 +90,7 @@ LibraryManager::delete_lib (Library *library)
|
|||
library->remap_to (0);
|
||||
delete library;
|
||||
m_libs [id] = 0;
|
||||
break;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue