microsoft / DMF

Driver Module Framework

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Remove unnecessary null pointer checks

elfring opened this issue · comments

Inside DMF and its Libraries we do not have unnecessary NULL pointer checks. You can see this throughout the code. Thus, I will resolve this issue. (The example cited in this issue in sample code that is unmodified from its source in MSDN. It is not part of DMF proper. We are not modifying the samples, by design, to show they work unmodified.)