Fixed potential memory leak
This commit is contained in:
parent
3f7c5f369b
commit
5e3f0dc139
@ -536,4 +536,5 @@ void WEBServerManager::clearHttpRequestData()
|
||||
free(_httpRequestData.httpResource);free(_httpRequestData.httpBody);
|
||||
_httpRequestData.httpResource = NULL;_httpRequestData.httpBody = NULL;
|
||||
_httpRequestData.getParams.dispose();
|
||||
_httpRequestData.postParams.dispose();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user