From bbed8de81e9abd6120dfe15935b9410de37f1666 Mon Sep 17 00:00:00 2001 From: Soren Sandmann Date: Fri, 2 Mar 2007 06:30:42 +0000 Subject: [PATCH] Remove FIXME. 2007-03-02 Soren Sandmann * collector.c (collector_create_profile): Remove FIXME. svn path=/trunk/; revision=359 --- ChangeLog | 4 ++++ collector.c | 3 --- 2 files changed, 4 insertions(+), 3 deletions(-) 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);