mirror of
https://github.com/KLayout/klayout.git
synced 2026-09-02 19:28:37 +02:00
Candidate for fix.
This commit is contained in:
Vendored
+6
@@ -1402,6 +1402,12 @@ class Basic_TestClass < TestBase
|
||||
a._manage
|
||||
end
|
||||
|
||||
# Looks like Ruby is keeping the last A instance in some kind of cache:
|
||||
# this will release it
|
||||
a = RBA::A.new
|
||||
a._destroy
|
||||
a = nil
|
||||
|
||||
# makes sure the objects inside the block before are deleted
|
||||
GC.start
|
||||
|
||||
|
||||
Reference in New Issue
Block a user