Remove the SetConnected(false) call which prevented the connection from
notifying the client about its destruction.
Closes #12164.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@64657
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
{
wxDDEConnection *connection = node->GetData();
wxDDEConnectionList::compatibility_iterator next = node->GetNext();
{
wxDDEConnection *connection = node->GetData();
wxDDEConnectionList::compatibility_iterator next = node->GetNext();
- connection->SetConnected(false);
connection->OnDisconnect(); // May delete the node implicitly
node = next;
}
connection->OnDisconnect(); // May delete the node implicitly
node = next;
}