remove a double free of fOurInfo. CID 10563
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@40762 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -257,7 +257,6 @@ TerminalRoster::Unregister()
|
|||||||
|
|
||||||
// remove our info and update the clipboard
|
// remove our info and update the clipboard
|
||||||
fInfos.RemoveItem(fOurInfo);
|
fInfos.RemoveItem(fOurInfo);
|
||||||
delete fOurInfo;
|
|
||||||
fOurInfo = NULL;
|
fOurInfo = NULL;
|
||||||
|
|
||||||
_UpdateClipboard();
|
_UpdateClipboard();
|
||||||
|
|||||||
Reference in New Issue
Block a user