Description
context->attribute not free in axiom_xpath_free_context.
env->dummy_root
"
/HACK: xpath impl requires a dummy root node in order to process properly./
axiom_node_t * dummy_root;
dummy_root = axiom_node_create(env);
axiom_node_add_child(dummy_root, env, root_node);
context = AXIS2_MALLOC(env->allocator,
sizeof(axiom_xpath_context_t));
"
should also be free.
attached patch file.
Attachments
Issue Links
- is duplicated by
-
AXIS2C-1669 Misc patches for mem leak, REST Call, SSL, XPATH
- Open