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.
1 parent 1b3b527 commit 67cd4acCopy full SHA for 67cd4ac
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