Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Duet3D/RepRapFirmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Crocker <dcrocker@eschertech.com>2020-09-21 11:21:19 +0300
committerDavid Crocker <dcrocker@eschertech.com>2020-09-21 11:21:19 +0300
commita333a4768eebd64bc7621a1b226baa40b4a9966b (patch)
tree183ed297c4c343a41b10f8edfd67d998ce31230c /src/Display/Display.cpp
parentd25b5cf394f0c678b747fa0753300541c5cf2da1 (diff)
Fixed memoy leak when M918 used multiple times
Diffstat (limited to 'src/Display/Display.cpp')
-rw-r--r--src/Display/Display.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Display/Display.cpp b/src/Display/Display.cpp
index 5cffd5d1..28ab7dfe 100644
--- a/src/Display/Display.cpp
+++ b/src/Display/Display.cpp
@@ -165,8 +165,6 @@ void Display::InitDisplay(GCodeBuffer& gb, Lcd *newLcd, Pin csPin, Pin a0Pin, bo
GCodeResult Display::Configure(GCodeBuffer& gb, const StringRef& reply) THROWS(GCodeException)
{
- // BUG: calling M918 a number of times in succession seems to crash the firmware on the Maestro.
- // This could be unreleased memory or something else.
bool seen = false;
if (gb.Seen('P'))