Code cleanup: Use updateExpr() in insertExpr().
commit65052bfc37692b9c766d9be69686503ef154f985
authorJohannes Sixt <johannes.sixt@telecom.at>
Fri, 24 Nov 2006 21:46:56 +0000 (24 22:46 +0100)
committerJohannes Sixt <johannes.sixt@telecom.at>
Fri, 24 Nov 2006 22:03:31 +0000 (24 23:03 +0100)
tree76a64a6a7c3f490ab0b4199b45f7c4c24df7b1a1
parentddff62fb3d9e15738f44266cef15b8d734754b1f
Code cleanup: Use updateExpr() in insertExpr().

insertExpr() was the only ExprWnd member that inserted the passed-in tree.
Now all members allocate copies, and the invokers can delete their trees.
kdbg/debugger.cpp
kdbg/exprwnd.cpp
kdbg/exprwnd.h