Skip to content

Remove unnecessary null pointer checks

Rafał Mikrut requested to merge github/fork/touilleMan/issue-55 into master

Created by: touilleMan

Removing useless non-null pointer checks before using delete and delete[] (see issue #55 (closed))

Merge request reports