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

Code cleanliness #11

Closed
Hawk777 opened this issue Oct 8, 2012 · 1 comment
Closed

Code cleanliness #11

Hawk777 opened this issue Oct 8, 2012 · 1 comment

Comments

@Hawk777
Copy link
Contributor

Hawk777 commented Oct 8, 2012

There are lots of dynamic allocations, say in gamecontrol.cc. These should just be direct members; any that can't be direct members should use smart pointers. Look for other similar issues as well.

@Hawk777
Copy link
Contributor Author

Hawk777 commented Oct 9, 2012

Fixed in b1a9e42.

@Hawk777 Hawk777 closed this as completed Oct 9, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant