RudjiGames / MTuner

MTuner is a C/C++ memory profiler and memory leak finder for Windows, PlayStation 4 and 3, Android and other platforms
BSD 2-Clause "Simplified" License
2.63k stars 145 forks source link

Remove unnecessary null pointer checks #4

Closed elfring closed 7 years ago

elfring commented 7 years ago

An extra null pointer check is not needed in functions like the following.

milostosic commented 7 years ago

Removed, thanks!

elfring commented 7 years ago