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:
Hugo Santos 2007-04-30 16:04:38 +00:00
parent 57967505c2
commit 0086fe2095
1 changed files with 1 additions and 0 deletions

View File

@ -840,6 +840,7 @@ status_t
UdpEndpoint::Free()
{
TRACE_EP("Free()");
fManager->UnbindEndpoint(this);
return sUdpEndpointManager->FreeEndpoint(fManager);
}