RoboCup-SSL / ssl-refbox

Legacy RoboCup Small Size League Referee Box, replaced by https://github.com/RoboCup-SSL/ssl-game-controller
https://robocup-ssl.github.io/ssl-refbox/
GNU General Public License v2.0
18 stars 16 forks source link

Code cleanliness #11

Closed Hawk777 closed 12 years ago

Hawk777 commented 12 years ago

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 commented 12 years ago

Fixed in b1a9e422d67e898c9e340315b18b3c65305d6656.