diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-03-24 22:20:28 +0200 |
---|---|---|
committer | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2021-03-25 20:14:04 +0200 |
commit | d38c2d8cd8b5588263b0bd01bfcb122282fb6af9 (patch) | |
tree | 8fa6bdfc57d66a1adac2e62661db510eca206dea /indra/llcharacter | |
parent | d79617dd2753ee11f74a6969bac3cce4cf4831f3 (diff) |
SL-14992 Replaced LLAPRFile's isExist with LLDirUtil's fileExists in fmodstudio
This particular case of LLAPRFile crashes due to thread issues (and if it doesn't it might be affecting some other apr call due to using default pool).
Function is not opening the .dsf file in question and LLAPRFile won't ensure that file exists till the end of the function, it just checks that file exists at a given moment. No point to overcomplicate things by adding thread safe pool, so replaced with dirutil.
Diffstat (limited to 'indra/llcharacter')
0 files changed, 0 insertions, 0 deletions