Mon Mar 28 11:09:02 2005  Soeren Sandmann  <sandmann@redhat.com>

	* TODO: updates
This commit is contained in:
Soeren Sandmann
2005-03-28 16:10:01 +00:00
committed by Søren Sandmann Pedersen
parent 398603a85d
commit c2dc2c3680
5 changed files with 118 additions and 63 deletions

View File

@ -549,6 +549,7 @@ add_trace_to_tree (ProfileDescendant **tree, GList *trace, guint size)
{
ProfileDescendant *seen_tree_node;
/* Have we seen this object further up the tree? */
seen_tree_node = g_hash_table_lookup (seen_objects, node->object);
if (seen_tree_node)