1
0
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:
Markus Sattler 2015-11-22 22:39:58 +01:00
parent a5aa33f81a
commit c8aac83c47

View File

@ -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;
} }
} }