mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-27 08:50:02 +03:00
Fix ref counting issue in node_id selection callback.
This commit is contained in:
parent
d70bf9ac43
commit
e54e2fd0fa
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user