You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Go to file
Lyubomir Marinov 379093c845
As stated in the comment of r4992, the fix for issue #552 (7000 threads in 15 minutes during video calls) discovered that the JNICaptureObserver instances leaked. Thus the fix in question started leaking a native thread and a Java thread attached to it for each leaked JNICaptureObserver. This commit fixes the leaking JNICaptureObserver which automatically fixes the leaking threads.
17 years ago
doc removed .cvsignore-files as they are no longer needed [we are using subversion nowadays] 19 years ago
ide Update to JAIN-SIP 1.2.92 17 years ago
lib As stated in the comment of r4992, the fix for issue #552 (7000 threads in 15 minutes during video calls) discovered that the JNICaptureObserver instances leaked. Thus the fix in question started leaking a native thread and a Java thread attached to it for each leaked JNICaptureObserver. This commit fixes the leaking JNICaptureObserver which automatically fixes the leaking threads. 17 years ago
resources expand/fold contact group with single click 17 years ago
src Minor clean-up to remove unused and unnecessary fields, shorten code, mark fields final and/or private while reviewing the recent commits. 17 years ago
test Removes unused Logger instances (and thus resolves the warnings about them as well). 17 years ago
www Updating stat tracker for java.net pages. All resulting builds would have no real modifications 18 years ago
build.xml Update to JAIN-SIP 1.2.92 17 years ago