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

conversions: fix memory leak from excess gMTdata initialization #1787

Merged
merged 1 commit into from
Aug 1, 2023

Commits on Jul 13, 2023

  1. conversions: fix memory leak from excess gMTdata initialization

    `gMTdata` was initialized twice, but freed only once.
    
    Drop the first initialization with a local seed, and initialize with
    `gRandomSeed` instead.
    
    Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com>
    svenvh committed Jul 13, 2023
    Configuration menu
    Copy the full SHA
    517dfc9 View commit details
    Browse the repository at this point in the history