Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make sanitizer happy #205

Merged
merged 5 commits into from
Jan 16, 2023

Commits on Nov 7, 2022

  1. fix memory leak for MultiLibraryClassLoader

    Signed-off-by: Chen Lihui <lihui.chen@sony.com>
    Chen Lihui committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    861bb8e View commit details
    Browse the repository at this point in the history
  2. fix potential dead lock reported by thread sanitizer

    Signed-off-by: Chen Lihui <lihui.chen@sony.com>
    Chen Lihui committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    558b992 View commit details
    Browse the repository at this point in the history
  3. make the static variable in ClassLoader destroyed after `active_cla…

    …ss_loaders_`
    
    Signed-off-by: Chen Lihui <lihui.chen@sony.com>
    Chen Lihui committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    2b7cdd4 View commit details
    Browse the repository at this point in the history
  4. revert MultipleClassLoader to allow create load same library multiple…

    … times
    
    allow ClassLoader to unloadlibrary multiple times without throwing exception
    
    Signed-off-by: Chen Lihui <lihui.chen@sony.com>
    Chen Lihui committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    e862e39 View commit details
    Browse the repository at this point in the history
  5. update doc and some minor fix

    Signed-off-by: Chen Lihui <lihui.chen@sony.com>
    Chen Lihui committed Nov 7, 2022
    Configuration menu
    Copy the full SHA
    1d09914 View commit details
    Browse the repository at this point in the history