
|
If you were logged in you would be able to see more operations.
|
|
Sesame
Created: 29/Mar/06 04:14 PM
Updated: 29/May/06 04:18 PM
|
|
| Component/s: |
Admin (add/remove statements)
|
| Affects Version/s: |
2.0-alpha-3,
2.0-alpha-2,
2.0-alpha-1,
1.2.4,
1.2.3,
1.2.2,
1.2.1,
1.2,
1.2-RC2,
1.2-RC1,
1.1.3,
1.1.2,
1.1.1,
1.1,
1.1-RC2,
1.1-RC1,
1.0.4,
1.0.3,
1.0.2,
1.0.1,
1.0
|
| Fix Version/s: |
1.2.5
|
|
LocalService.createTmpFile(...) creates a temporary file and calls deleteOnExit() on it. This potentially leaks a lot of memory when called frequently over a longer time span (e.g. in a server context) because this state is recorded until the JVM shuts down.
|
|
|
|