vinipsmaker / tufao

An asynchronous web framework for C++ built on top of Qt
http://vinipsmaker.github.io/tufao/
GNU Lesser General Public License v2.1
589 stars 179 forks source link

Remove an unnecessary null pointer check #93

Open elfring opened 6 years ago

elfring commented 6 years ago

An extra null pointer check is not needed in the destructor for the class “Priv”.

vinipsmaker commented 6 years ago

Thanks for the report. It doesn't sound an urgent issue thou. So I take a week or so to commit it. If you want, you could send a PR to have this change sooner.