missing xmlFreeDoc from commit b6b7de8832e4ab22ef2c00ebb2c1e1b6ced9ff35
@@ -604,7 +604,7 @@ str *dlginfo_body_setversion(subs_t *subs, str *body) {
}
pkg_free(aux_body->s);
xmlDocDumpFormatMemory(doc,(xmlChar**)(void*)&aux_body->s, &aux_body->len, 1);
-
+ xmlFreeDoc(doc);
xmlCleanupParser();
xmlMemoryDump();