Commit ae05713
VRBrowser: Delete jstring local refs in string getters
GetStorageAbsolutePath and GetActiveEnvironment released the UTF chars
but never deleted the jstring local reference, unlike OnAppLink and
AppendAppNotesToCrashLog in the same file. The render thread stays
attached, so leaked locals are never reclaimed.
Fixes #20411 parent f020580 commit ae05713
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
362 | 362 | | |
363 | 363 | | |
364 | 364 | | |
| 365 | + | |
365 | 366 | | |
366 | 367 | | |
367 | 368 | | |
| |||
405 | 406 | | |
406 | 407 | | |
407 | 408 | | |
| 409 | + | |
408 | 410 | | |
409 | 411 | | |
410 | 412 | | |
| |||
0 commit comments