Index: trunk/src/plugins/rt_topo/crbs_route.c =================================================================== --- trunk/src/plugins/rt_topo/crbs_route.c (revision 1351) +++ trunk/src/plugins/rt_topo/crbs_route.c (revision 1352) @@ -406,6 +406,7 @@ htad_entry_t *e; /* printf("DET: --- reset ---\n");*/ +#warning TODO: when det allocation is libualloc staks based, these two lines can be replaced with a stack reset: for(e = htad_first(&crbs->addrs); e != NULL; e = htad_next(&crbs->addrs, e)) free(e->value.det); htad_clear(&crbs->addrs);