Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unnecessary null pointer checks #9

Open
elfring opened this issue Aug 7, 2014 · 3 comments
Open

Remove unnecessary null pointer checks #9

elfring opened this issue Aug 7, 2014 · 3 comments
Labels
enhancement potential new feature

Comments

@elfring
Copy link

elfring commented Aug 7, 2014

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

@dominicgs
Copy link
Contributor

Yes, there's a lot that can be cleaned up here, we could also use delete[] rather than looping over those arrays.

BenGardiner pushed a commit to BenGardiner/USBProxy that referenced this issue Nov 25, 2015
@elfring
Copy link
Author

elfring commented Jul 5, 2017

Are there a few update candidates left over?

@dominicgs
Copy link
Contributor

Good point!

@dominicgs dominicgs reopened this Jul 5, 2017
@straithe straithe added the enhancement potential new feature label Nov 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement potential new feature
Projects
None yet
Development

No branches or pull requests

3 participants