Skip to content

Added forgotten virtual dtor for Json::CharReader::Factory #221

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

Merged
merged 1 commit into from
Mar 15, 2015
Merged

Added forgotten virtual dtor for Json::CharReader::Factory #221

merged 1 commit into from
Mar 15, 2015

Conversation

btolfa
Copy link
Contributor

@btolfa btolfa commented Mar 14, 2015

No description provided.

@cdunn2001
Copy link
Contributor

Ugh! You're right. That's a terrible mistake.

Unfortunately, this change is not binary-compatible. Hmmm. I guess we're better off fixing it quickly.

cdunn2001 added a commit that referenced this pull request Mar 15, 2015
Added forgotten virtual dtor for `Json::CharReader::Factory`.

(Without this, the destructor of the derived `CharReaderBuilder` would not be called, which is a small memory leak.)
@cdunn2001 cdunn2001 merged commit cbe7e7c into open-source-parsers:master Mar 15, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants