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:
Alexander von Gluck IV 2011-03-01 18:00:28 +00:00
parent a6c648bfbb
commit 1c9368988e

View File

@ -257,7 +257,6 @@ TerminalRoster::Unregister()
// remove our info and update the clipboard
fInfos.RemoveItem(fOurInfo);
delete fOurInfo;
fOurInfo = NULL;
_UpdateClipboard();