YCP-Swarm-Robotics-Capstone-2020-2021 / melon

Object recognition software for Swarm Robotics robots
0 stars 0 forks source link

Fix memory leak in command handler #12

Closed Mnenmenth closed 3 years ago

Mnenmenth commented 3 years ago

Fix memory leaks in command handler from dangling pointers

This also reworks the function parameters to take references

This resolves #10