Commit cd347ef8 authored by Rafaël Carré's avatar Rafaël Carré

mozilla: use new libvlc api

parent 26d39a90
...@@ -273,7 +273,7 @@ VlcPlugin::~VlcPlugin() ...@@ -273,7 +273,7 @@ VlcPlugin::~VlcPlugin()
if( libvlc_log ) if( libvlc_log )
libvlc_log_close(libvlc_log, NULL); libvlc_log_close(libvlc_log, NULL);
if( libvlc_instance ) if( libvlc_instance )
libvlc_destroy(libvlc_instance, NULL ); libvlc_release(libvlc_instance, NULL );
} }
/***************************************************************************** /*****************************************************************************
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment