- Prevents a NullPointerException in ice4j's Connector#stop() which appears...
- Prevents a NullPointerException in ice4j's Connector#stop() which appears quite often with unknown side effects. - Prevents a NullPointerException in ToolsMenu related to the Jitsi VideoBridge menu item which causes of long chain of other exceptions and, eventually, prevents the application from completing its startup. - Moves the C source code of JNI PortAudio library from Jitsi/net.java.sip.communicator to libjitsi/org.jitsi. Removes a couple of Java method and C function implementations each of which repeats three times. Fixes possible cases of leaving native callback threads which have been attached to the JVM in undetermined states.
Showing
- lib/ice4j.jar 0 additions, 0 deletionslib/ice4j.jar
- src/native/portaudio/README 1 addition, 1 deletionsrc/native/portaudio/README
- src/native/portaudio/org_jitsi_impl_neomedia_portaudio_Pa.c 348 additions, 289 deletionssrc/native/portaudio/org_jitsi_impl_neomedia_portaudio_Pa.c
- src/native/portaudio/org_jitsi_impl_neomedia_portaudio_Pa.h 315 additions, 0 deletionssrc/native/portaudio/org_jitsi_impl_neomedia_portaudio_Pa.h
- src/native/portaudio/org_jitsi_impl_neomedia_portaudio_Pa_HostApiTypeId.h 13 additions, 0 deletions...udio/org_jitsi_impl_neomedia_portaudio_Pa_HostApiTypeId.h
Loading
Please register or sign in to comment