1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-12 01:53:07 +03:00

fix huge leak

This commit is contained in:
ficeto
2015-05-08 03:30:41 +03:00
parent a924ba1336
commit 7e0a104cb5

View File

@ -520,7 +520,7 @@ readfile:
arg.value = postArgs[iarg].value;
}
_currentArgCount = iarg;
if (postArgs) delete[] postArgs;
}
}