mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-26 17:36:05 -05:00
delete extra
This commit is contained in:
parent
83e48fa8dc
commit
645eb8e03d
1 changed files with 1 additions and 0 deletions
|
@ -541,6 +541,7 @@ SentAsyncWebRequestHandle AsyncWebRequest::send() {
|
||||||
|
|
||||||
AsyncWebRequest::~AsyncWebRequest() {
|
AsyncWebRequest::~AsyncWebRequest() {
|
||||||
this->send();
|
this->send();
|
||||||
|
delete m_extra;
|
||||||
}
|
}
|
||||||
|
|
||||||
AsyncWebResult<std::monostate> AsyncWebResponse::into(std::ostream& stream) {
|
AsyncWebResult<std::monostate> AsyncWebResponse::into(std::ostream& stream) {
|
||||||
|
|
Loading…
Reference in a new issue