mirror of
https://github.com/Ylianst/MeshAgent
synced 2025-12-13 23:03:35 +00:00
1. added 'ILibChain_IsLinkAlive' macro
2. incremental update for macos message-box
This commit is contained in:
@@ -833,7 +833,7 @@ void ILibWrapper_WebRTC_ConnectionFactory_RemoveFromChainSink(void *chain, void
|
||||
|
||||
if (obj == turnClient) { finished = 1; }
|
||||
if (obj->DestroyHandler != NULL) { obj->DestroyHandler(obj); }
|
||||
free(obj);
|
||||
ILibChain_FreeLink(obj);
|
||||
node = ILibLinkedList_Remove(node);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user