summaryrefslogtreecommitdiff
path: root/src/rexmpp_openpgp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/rexmpp_openpgp.c')
-rw-r--r--src/rexmpp_openpgp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rexmpp_openpgp.c b/src/rexmpp_openpgp.c
index 85ebc68..0e2f634 100644
--- a/src/rexmpp_openpgp.c
+++ b/src/rexmpp_openpgp.c
@@ -860,7 +860,7 @@ char *rexmpp_openpgp_payload (rexmpp_t *s,
(void)recipients;
(void)signers;
(void)mode;
- xmlFreeNode(payload);
+ rexmpp_xml_free(payload);
gpgme_not_supported(s);
return NULL;
}