release .net objects
6 visualizzazioni (ultimi 30 giorni)
Mostra commenti meno recenti
Roberto Olmi
il 8 Gen 2020
Risposto: Roberto Olmi
il 8 Gen 2020
If I create a .NET object instance, then that instance is never garbage collected, even if I call "clear all"
4 Commenti
Guillaume
il 8 Gen 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?
Risposta accettata
Più risposte (0)
Vedere anche
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!