Burgestrand / spotify

Low-level Ruby bindings for libspotify, the official Spotify C API
https://rubygems.org/gems/spotify
Other
147 stars 17 forks source link

Subscribers should be automatically freed on garbage collection #13

Closed Burgestrand closed 11 years ago

Burgestrand commented 11 years ago

Could use FFI::ManagedStruct for this, or #auto_ptr on Struct (https://github.com/ffi/ffi/blob/master/lib/ffi/struct.rb#L215)