catharsis / spotifile

FUSE file system for Spotify
BSD 3-Clause "New" or "Revised" License
144 stars 7 forks source link

Implement releasedir to release libspotify resources #12

Open catharsis opened 9 years ago

catharsis commented 9 years ago

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.