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 various crashes, leaks, and cycles #468

Closed
wants to merge 6 commits into from
Closed

Commits on May 22, 2013

  1. Avoid leaking FcPattern pointers.

    jdm committed May 22, 2013
  2. Add document teardown operation to safely remove rooting for DOM tree…

    … and prevent leaks.
    jdm committed May 22, 2013
  3. Add teardown phase to the start of each layout operation that manuall…

    …y breaks cycles between flows, boxes, fonts, shapers, and textruns on stale layout data.
    jdm committed May 22, 2013
  4. Avoid creating a TextRun which won't be used, thus creating a permane…

    …nt cycle with no way to break it.
    jdm committed May 22, 2013
You can’t perform that action at this time.