mirror of https://github.com/KLayout/klayout.git
Clean up resources in DRC.
This commit is contained in:
parent
3918172c6a
commit
a69e27b769
|
|
@ -4717,9 +4717,13 @@ CODE
|
||||||
@output_layout_file = nil
|
@output_layout_file = nil
|
||||||
@output_cell = nil
|
@output_cell = nil
|
||||||
@output_rdb_file = nil
|
@output_rdb_file = nil
|
||||||
|
@output_rdb_cell = nil
|
||||||
@output_rdb = nil
|
@output_rdb = nil
|
||||||
@output_rdb_index = nil
|
@output_rdb_index = nil
|
||||||
|
|
||||||
|
# clean up temp data
|
||||||
|
@dss && @dss._destroy
|
||||||
|
|
||||||
if final && @log_file
|
if final && @log_file
|
||||||
@log_file.close
|
@log_file.close
|
||||||
@log_file = nil
|
@log_file = nil
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue