1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-20 21:01:25 +03:00

fix huge leak

This commit is contained in:
ficeto
2015-05-08 03:30:41 +03:00
parent f4138d296b
commit fa1b4d599a

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;
} }
} }