1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-29 05:21:37 +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; arg.value = postArgs[iarg].value;
} }
_currentArgCount = iarg; _currentArgCount = iarg;
if (postArgs) delete[] postArgs;
} }
} }