From 82f783595f654b62ce57a7cfb537d23efce7affc Mon Sep 17 00:00:00 2001 From: Aldrik Ramaekers Date: Sun, 19 Oct 2025 22:00:50 +0200 Subject: fix r/w mem leaks --- libs/xml.c/src/xml.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/xml.c/src/xml.h') diff --git a/libs/xml.c/src/xml.h b/libs/xml.c/src/xml.h index 65a7b9f..ef8d55c 100644 --- a/libs/xml.c/src/xml.h +++ b/libs/xml.c/src/xml.h @@ -64,7 +64,7 @@ struct xml_string; * @return The parsed xml fragment iff parsing was successful, 0 otherwise */ struct xml_document* xml_parse_document(uint8_t* buffer, size_t length); - +bool xml_string_is_valid(uint8_t* buffer, size_t length); /** -- cgit v1.2.3-70-g09d2