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

Fix double free in font loading failure #3854

Closed
wants to merge 3 commits into from
Closed

Fix double free in font loading failure #3854

wants to merge 3 commits into from

Commits on Jun 24, 2019

  1. Fix double free in font loading failure

    The memory is freeed in font_dealloc, doing that again leads to SIGABRT.
    nijel committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    b18255e View commit details
    Browse the repository at this point in the history
  2. Added test

    radarhere authored and nijel committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    3f9af46 View commit details
    Browse the repository at this point in the history
  3. Corrected error handling

    radarhere authored and nijel committed Jun 24, 2019
    Configuration menu
    Copy the full SHA
    0ad433c View commit details
    Browse the repository at this point in the history