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

Remove unnecessary null pointer checks. #1110

Merged

Commits on Apr 7, 2014

  1. Bug STEllAR-GROUP#1107: Removed unnecessary null pointer checks

    Explicit null pointer checks were performed at a few source code places
    before pointers were passed to the C++ delete operator. This was unnecessary
    because the delete operator will care for such parameter validation already.
    http://www.parashift.com/c++-faq/delete-handles-null.html
    
    Redundant checks were removed.
    
    Signed-off-by: Markus Elfring <elfring@users.sourceforge.net>
    elfring committed Apr 7, 2014
    Copy the full SHA
    6291c18 View commit details
    Browse the repository at this point in the history