release .net objects
6 visualizaciones (últimos 30 días)
Mostrar comentarios más antiguos
Roberto Olmi
el 8 de En. de 2020
Respondida: Roberto Olmi
el 8 de En. de 2020
If I create a .NET object instance, then that instance is never garbage collected, even if I call "clear all"
4 comentarios
Guillaume
el 8 de En. de 2020
The delete calls should have released all the references that matlab holds to your objects. The garbage collection itself is handled by .Net itself. Could it be that your LayoutLoader keeps hold of references to the objects?
Respuesta aceptada
Más respuestas (0)
Ver también
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!