Which memory would you like to release? The objects are reference counted, and they should be automatically deallocated when they leave the scope. Do you have code snippet to reproduce your leak?
The objects are reference counted, and they should be automatically deallocated when they leave the scope
About scope, unfortunately, we assign data into class variable and do some post-process with once fetched data in multiple functions until explicitly unset it like below.