allocate Gcode objects on the heap, don't clean them up until the related block becom...
authorMichael Moon <triffid.hunter@gmail.com>
Tue, 15 Jan 2013 04:37:23 +0000 (15:37 +1100)
committerMichael Moon <triffid.hunter@gmail.com>
Tue, 15 Jan 2013 04:37:23 +0000 (15:37 +1100)
commit702023f3a9459013c90ef9fa5783882be2ed313a
tree6fabb60867651e0f98be7bcbf749ae16c423a517
parent5cdad772d039017ded753ccba76e6eb245c03be0
allocate Gcode objects on the heap, don't clean them up until the related block becomes unused
src/modules/communication/GcodeDispatch.cpp
src/modules/communication/utils/Gcode.cpp
src/modules/communication/utils/Gcode.h
src/modules/robot/Block.cpp
src/modules/robot/Block.h
src/modules/robot/Player.cpp
src/modules/robot/Player.h
src/modules/robot/Robot.cpp