Skip to content

Commit c8aac83

Browse files
committed
add :del message to unref
1 parent a5aa33f commit c8aac83

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/ESP8266WiFi/src/include/ClientContext.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ class ClientContext {
9797
close();
9898
if(_discard_cb)
9999
_discard_cb(_discard_cb_arg, this);
100+
DEBUGV(":del\r\n");
100101
delete this;
101102
}
102103
}

0 commit comments

Comments
 (0)