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

[asan][aclorch] fix a memory leak in the SaiAttrWrapper::swap() #2382

Merged
merged 4 commits into from
Aug 9, 2022

Commits on Jul 19, 2022

  1. [asan][aclorch] fix a memory leak in the SaiAttrWrapper::swap()

    * fix a leak caused by overriding this->m_attr (which contained
    a dynamically allocated list) in the SaiAttrWrapper::swap()
    
    Signed-off-by: Yakiv Huryk <[email protected]>
    Yakiv-Huryk committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    e2335d6 View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2022

  1. Configuration menu
    Copy the full SHA
    bc11009 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2022

  1. Configuration menu
    Copy the full SHA
    76fd67e View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Configuration menu
    Copy the full SHA
    7953880 View commit details
    Browse the repository at this point in the history