Changes committed to git://oss.sgi.com:8090/nathans/kmchart.git
src/chart/chart.cpp | 15 ++++++++++-----
src/chart/namespace.cpp | 15 +++++++++------
2 files changed, 19 insertions(+), 11 deletions(-)
commit 9c1491a75ed2185d78c274cc7aee74f955f41e18
Author: Nathan Scott <nathans@xxxxxxxxxx>
Date: Tue Oct 9 14:24:43 2007 +1000
Fix two regressions Ken found - firstly, the metric type validity
check added yesterday was operating on uninitialised memory when
dealing with instances - fix by inheriting not just the context
pointer, but also the pmDesc of the parent (and memset it to zero
for non-root names). Secondly, tree loop controls were incorrect
again for instances, and would attempt to create internal tree
nodes at times that they shouldn't have.
|