mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
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:
committed by
Søren Sandmann Pedersen
parent
ca78960214
commit
bbed8de81e
@ -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
|
||||
|
||||
@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user