HamedMasafi / Nut

Advanced, Powerful and easy to use ORM for Qt
GNU Lesser General Public License v3.0
294 stars 75 forks source link

Remove an unnecessary null pointer check #30

Closed elfring closed 5 years ago

elfring commented 6 years ago

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

HamedMasafi commented 6 years ago

Thanks!

elfring commented 5 years ago

Thanks for your source code improvement.