Removed memory leak in InitData
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@4064 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -770,6 +770,7 @@ void BApplication::InitData(const char* signature, status_t* error)
|
|||||||
}
|
}
|
||||||
else
|
else
|
||||||
fInitError=replyerr;
|
fInitError=replyerr;
|
||||||
|
delete link;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
fInitError=fServerTo;
|
fInitError=fServerTo;
|
||||||
|
|||||||
Reference in New Issue
Block a user