mirror of
https://github.com/me-no-dev/ESPAsyncWebServer.git
synced 2025-08-17 03:20:58 +02:00
fix missed rename
This commit is contained in:
@@ -94,8 +94,8 @@ AsyncWebServerRequest::~AsyncWebServerRequest(){
|
||||
delete _response;
|
||||
}
|
||||
|
||||
if(_tempBuffer != NULL){
|
||||
delete _tempBuffer;
|
||||
if(_tempObject != NULL){
|
||||
delete _tempObject;
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user