jni: fix leak after SetObjectArrayElement()
SetObjectArrayElement() is creating its own ref, we need to release our local one after this call.
Showing
- libvlc/jni/libvlcjni-media.c 2 additions, 0 deletionslibvlc/jni/libvlcjni-media.c
- libvlc/jni/libvlcjni-mediadiscoverer.c 1 addition, 0 deletionslibvlc/jni/libvlcjni-mediadiscoverer.c
- libvlc/jni/libvlcjni-mediaplayer.c 6 additions, 0 deletionslibvlc/jni/libvlcjni-mediaplayer.c
- libvlc/jni/libvlcjni-rendererdiscoverer.c 1 addition, 0 deletionslibvlc/jni/libvlcjni-rendererdiscoverer.c
Loading
Please register or sign in to comment