Yang access function. Mem leak in USE_XML_INSERT
This commit is contained in:
parent
16de5f47ba
commit
e4239496a8
7 changed files with 45 additions and 23 deletions
|
|
@ -934,9 +934,9 @@ xml_wrap(cxobj *xc,
|
|||
* @retval 0 OK
|
||||
* @retval -1
|
||||
* @note you cannot remove xchild in the loop (unless yoy keep track of xprev)
|
||||
*
|
||||
* @note Linear complexity - use xml_child_rm if possible
|
||||
* @see xml_free Free, dont remove from parent
|
||||
* @see xml_child_rm Only remove dont free
|
||||
* @see xml_child_rm Remove if child order is known (does not free)
|
||||
* Differs from xml_free it is removed from parent.
|
||||
*/
|
||||
int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue