Skip to content
Snippets Groups Projects
  • Andrey Kleshchev's avatar
    d38c2d8c
    SL-14992 Replaced LLAPRFile's isExist with LLDirUtil's fileExists in fmodstudio · d38c2d8c
    Andrey Kleshchev authored
    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.
    d38c2d8c
    History
    SL-14992 Replaced LLAPRFile's isExist with LLDirUtil's fileExists in fmodstudio
    Andrey Kleshchev authored
    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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.