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 memory leak in Redcarpet::Render::Base #516

Merged
merged 1 commit into from Sep 23, 2015
Merged

Commits on Sep 11, 2015

  1. Fix memory leak in Redcarpet::Render::Base

    rb_redcarpet_rbase_alloc used to allocate a rb_redcarpet_rndr instance
    which was never freed.
    
    This caused 312 leaked bytes (on a 64-bit machine) on every render call!
    be9 committed Sep 11, 2015
    Copy the full SHA
    e2e26e2 View commit details
    Browse the repository at this point in the history