Currently, we never release libspotify resources, since we don't know when they're no longer needed. By releasing all resources associated with a directory on close, we should be able to reduce the memory footprint of long running instances. This should be complemented with properly adding and releasing references as required.
Currently, we never release libspotify resources, since we don't know when they're no longer needed. By releasing all resources associated with a directory on close, we should be able to reduce the memory footprint of long running instances. This should be complemented with properly adding and releasing references as required.