Commit 1a0773f8 authored by Filippo Carone's avatar Filippo Carone

the object pointer is null in the handler, so use null here

parent fdbde241
...@@ -59,7 +59,7 @@ JNIEXPORT void JNICALL Java_org_videolan_jvlc_Audio__1install_1callback( JNIEnv ...@@ -59,7 +59,7 @@ JNIEXPORT void JNICALL Java_org_videolan_jvlc_Audio__1install_1callback( JNIEnv
libvlc_callback_register_for_event( ( libvlc_instance_t* ) instance, libvlc_callback_register_for_event( ( libvlc_instance_t* ) instance,
VOLUME_CHANGED, VOLUME_CHANGED,
volumeChangedCallback, volumeChangedCallback,
&_this, NULL,
exception ); exception );
CHECK_EXCEPTION_FREE ; CHECK_EXCEPTION_FREE ;
} }
......
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