Fix ref counting issue in node_id selection callback.

This commit is contained in:
Michael Drake 2012-07-22 21:50:58 +01:00
parent d70bf9ac43
commit e54e2fd0fa
1 changed files with 1 additions and 0 deletions

View File

@ -534,6 +534,7 @@ css_error node_id(void *pw, void *node, lwc_string **id)
dom_string_unref(attr);
return CSS_NOMEM;
}
dom_string_unref(attr);
}
return CSS_OK;