Start of 7.1.0.PRE

Fixed memleak
This commit is contained in:
Olof hagsand 2024-03-12 15:07:57 +01:00
parent 28050f44f8
commit e07fdb3089
5 changed files with 12 additions and 8 deletions

View file

@ -476,6 +476,8 @@ api_path_fmt_subst_list_key(cbuf *cb,
}
retval = 0;
done:
if (xtop)
xml_free(xtop);
return retval;
}