Remove FIXME.
authorSoren Sandmann <sandmann@daimi.au.dk>
Fri, 2 Mar 2007 06:30:42 +0000 (06:30 +0000)
committerSøren Sandmann Pedersen <ssp@src.gnome.org>
Fri, 2 Mar 2007 06:30:42 +0000 (06:30 +0000)
2007-03-02  Soren Sandmann <sandmann@daimi.au.dk>

        * collector.c (collector_create_profile): Remove FIXME.

svn path=/trunk/; revision=359

ChangeLog
collector.c

index f85b23a..df28e07 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2007-03-02  Soren Sandmann <sandmann@daimi.au.dk>
+
+       * collector.c (collector_create_profile): Remove FIXME.
+
 2007-03-02  Soren Sandman <sandmann@daimi.au.dk>
 
        * process.c (free_process): Free the undefined symbol
index 6665346..af4df1d 100644 (file)
@@ -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);