andrewrk / node-groove

bindings to libgroove - music player backend library
MIT License
157 stars 16 forks source link

playlist destroy potential segfault #4

Closed andrewrk closed 9 years ago

andrewrk commented 11 years ago

from src/gn_playlist.cc line 11:

// TODO move this somewhere else because we create multiple objects with
// the same playlist pointer in player.playlist or encoder.playlist
// for example
groove_playlist_destroy(playlist);