possibly fix to #1190, the endpoint wasn't being unlinked on Free().
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@20924 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -840,6 +840,7 @@ status_t
|
|||||||
UdpEndpoint::Free()
|
UdpEndpoint::Free()
|
||||||
{
|
{
|
||||||
TRACE_EP("Free()");
|
TRACE_EP("Free()");
|
||||||
|
fManager->UnbindEndpoint(this);
|
||||||
return sUdpEndpointManager->FreeEndpoint(fManager);
|
return sUdpEndpointManager->FreeEndpoint(fManager);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user