You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix continuation memory leak in Ares.query
* Use class for QueryReplyHandler
* Deallocate QueryReplyHandler for DNSSD
* Move defer block after allocate/initialize, use class
Move defer deallocation block to after initialization.
Use class instead of struct for DNSSD.QueryReplyHandler.
0 commit comments