mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
add :del message to unref
This commit is contained in:
parent
a5aa33f81a
commit
c8aac83c47
@ -97,6 +97,7 @@ class ClientContext {
|
|||||||
close();
|
close();
|
||||||
if(_discard_cb)
|
if(_discard_cb)
|
||||||
_discard_cb(_discard_cb_arg, this);
|
_discard_cb(_discard_cb_arg, this);
|
||||||
|
DEBUGV(":del\r\n");
|
||||||
delete this;
|
delete this;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user