Remove FIXME.

2007-03-02  Soren Sandmann <sandmann@daimi.au.dk>

        * collector.c (collector_create_profile): Remove FIXME.



svn path=/trunk/; revision=359
This commit is contained in:
Soren Sandmann
2007-03-02 06:30:42 +00:00
committed by Søren Sandmann Pedersen
parent ca78960214
commit bbed8de81e
2 changed files with 4 additions and 3 deletions

View File

@ -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

View 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);