ufo-core
ufo-core copied to clipboard
Memory leak
When I use the same Ufo.Resources
throughout my python program, all is fine. However, if new resources are generated every time a Ufo.Scheduler
is created then not everything is freed. From a first glance at the resources there shouldn't be a leak, and yet there is. @gabs1234 we should look into this.