Comment 2 for bug 1881982

Revision history for this message
Seong-Joong Kim (sungjungk) wrote : Re: Memory leak in parse_report()

Modification:
Correct the above issue.
Replace g_hash_table_new() with g_hash_table_new_full() and add 'key_destroy_func' and 'value_destroy_func' function.