Closed Mnenmenth closed 3 years ago
There are currently some memory leaks from dangling pointers in the command handler class (namely wherever new State() occurs).
new State()
The function arguments could also be reworked to take references instead of pointers and copies
There are currently some memory leaks from dangling pointers in the command handler class (namely wherever
new State()
occurs).The function arguments could also be reworked to take references instead of pointers and copies