Freeing reading_info here leads to double free, as g_hash_table_unref also
tries to free this memory.
Change-Id: I6e260e7822f5fe8f9c642d78cd59d841b04a5e22
Signed-off-by: Prasoon Singh <prasoon.16@samsung.com>
(ACCESSIBLE_READING_INFO_TYPE_ROLE) | (ACCESSIBLE_READING_INFO_TYPE_DESCRIPTION) | (ACCESSIBLE_READING_INFO_TYPE_STATE);
}
if (hash_table) g_hash_table_unref(hash_table);
- if (reading_info) g_free(reading_info);
return attribute;
}