We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1b3b527 + 67cd4ac commit 37da064Copy full SHA for 37da064
src/enc.c
@@ -204,7 +204,7 @@ static void PyXmlSec_ClearReplacedNodes(xmlSecEncCtxPtr ctx, PyXmlSec_LxmlDocume
204
PYXMLSEC_DEBUGF("clear replaced node %p", n);
205
nn = n->next;
206
// if n has references, it will not be deleted
207
- elem = PyXmlSec_elementFactory(doc, n);
+ elem = (PyXmlSec_LxmlElementPtr*)PyXmlSec_elementFactory(doc, n);
208
if (NULL == elem)
209
xmlFreeNode(n);
210
else
0 commit comments