lexborisov / Modest

Modest is a fast HTML renderer implemented as a pure C99 library with no outside dependencies.
GNU Lesser General Public License v2.1
732 stars 65 forks source link

Add missing MyHTML_TOKEN_TYPE_DONE #47

Closed Azq2 closed 6 years ago

Azq2 commented 6 years ago

If node has node->token == NULL and we call myhtml_attribute_add/myhtml_node_text_set/myhtml_node_text_set_with_charef - being created new node token, but without MyHTML_TOKEN_TYPE_DONE Because of this myhtml_token_node_wait_for_done wait infinity.