Skip to content

Fix options leak

Mehdi Sabwat requested to merge b1ue/vlc.js:fix-optsleak into incoming

free the allocated regions:

  • the array of options
  • each option string

for libvlc_new() options

Merge request reports