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

#48 Release only initialized parsers #50

Merged
merged 1 commit into from
Nov 25, 2018

Conversation

WojciechRynczuk
Copy link
Owner

No description provided.

@WojciechRynczuk WojciechRynczuk self-assigned this Nov 25, 2018
@WojciechRynczuk WojciechRynczuk added this to the v3.0.1 milestone Nov 25, 2018
@WojciechRynczuk WojciechRynczuk merged commit 7aba320 into v3_release Nov 25, 2018
{}

/// Expression context destructor.
~ExpressionContext()
{
delete m_pExpression;
if (m_pExpression != nullptr)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is nothing bad with delete nullptr;. if is not needed.

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.

None yet

2 participants