diff --git a/ChangeLog b/ChangeLog index f85b23aa..df28e07a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2007-03-02 Soren Sandmann + + * collector.c (collector_create_profile): Remove FIXME. + 2007-03-02 Soren Sandman * process.c (free_process): Free the undefined symbol diff --git a/collector.c b/collector.c index 66653463..af4df1da 100644 --- a/collector.c +++ b/collector.c @@ -393,9 +393,6 @@ collector_create_profile (Collector *collector) stack_stash_foreach (collector->stash, resolve_symbols, &info); - /* FIXME: we are leaking the value strings in info.unique_symbols. - * [I don't believe we are anymore, but valgrind will show] - */ g_hash_table_destroy (info.unique_symbols); g_hash_table_destroy (info.unique_cmdlines);