merces / libpe

The PE library used by @merces/pev
http://pev.sf.net
GNU Lesser General Public License v3.0
115 stars 40 forks source link

Remove unnecessary null pointer checks #7

Closed elfring closed 8 years ago

elfring commented 9 years ago

Extra null pointer checks are not needed in the function "pe_unload".

jweyrich commented 9 years ago

Nice! Would you like to send a pull request so we can merge it?

jweyrich commented 8 years ago

It seems someone else sent a PR addressing this (merged in https://github.com/merces/libpe/issues/8). Regardless, we really appreciate your report! Thanks!

elfring commented 8 years ago

Thanks for your small source code improvement.