Fix #76 Problem uploading multiple files (#104)

This commit is contained in:
Luc
2016-11-29 22:12:52 +01:00
committed by Me No Dev
parent ea7b76b0ee
commit 5159d8b845

View File

@@ -453,6 +453,7 @@ void AsyncWebServerRequest::_parseMultipartPostByte(uint8_t data, bool last){
_addParam(new AsyncWebParameter(_itemName, _itemFilename, true, true, _itemSize));
}
free(_itemBuffer);
_itemBuffer = NULL;
}
} else {