Backed out changeset 94a7bb476fca: caused memory leak.

This commit is contained in:
Steve Reinhardt
2008-06-28 13:19:38 -04:00
parent 6b45238316
commit caaac16803
17 changed files with 57 additions and 87 deletions

View File

@@ -302,6 +302,7 @@ void
SimpleThread::delVirtPort(VirtualPort *vp)
{
if (vp != virtPort) {
vp->removeConn();
delete vp;
}
}