On 05.03.2015 21:38, Michael Drake wrote:
I need to check that adding unref_interned_strings_in_tokens(parser); in css__parser_destroy does not introduce an attempt to unref token strings twice in the case where both _data_done and _destroy are called.
FWIW, the proposed fix passes all my tests (libcss + custom ones) with memory checking enabled without errors. I have no indication that tokens are unreferenced twice.
I'll try to look into it soon.
Many thanks! I am looking forward to your findings. Ralf