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 for valgrind's "Mismatched free() / delete / delete []" during streaming deserialization #90

Closed
wants to merge 3 commits into from

Commits on Aug 16, 2011

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

Commits on Oct 27, 2011

  1. Configuration menu
    Copy the full SHA
    933b73b View commit details
    Browse the repository at this point in the history
  2. Fix for mismatched free() / delete / delete[]

    When doing streaming deserialization, valgrind complains about mismatched free()...
    It's caused by calls to auto_ptr::free for zones that are null pointers.
    cypres committed Oct 27, 2011
    Configuration menu
    Copy the full SHA
    dbd6fd6 View commit details
    Browse the repository at this point in the history