ufo-core icon indicating copy to clipboard operation
ufo-core copied to clipboard

Memory leak

Open tfarago opened this issue 1 year ago • 3 comments

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.

tfarago avatar Mar 31 '23 10:03 tfarago