From 837e100e856424fb2af68f06028c05c7c3161662 Mon Sep 17 00:00:00 2001 From: Liss Heidrich <31625940+liss-h@users.noreply.github.com> Date: Tue, 6 Jan 2026 10:16:05 +0100 Subject: [PATCH] fix serd memory leak --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 14a51fc1..6b4dfd8f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,7 +26,7 @@ find_package(dice-template-library REQUIRED) configure_file(${CMAKE_CURRENT_SOURCE_DIR}/cmake/version.hpp.in ${CMAKE_CURRENT_SOURCE_DIR}/src/rdf4cpp/version.hpp) -set(serd_rev 15c042d29a030c78a3cc3bdf1feef98315df5208) +set(serd_rev 44ed1719e80ef4cc833d1f7d8087fb506f9a55bf) set(serd_source_files include/serd/serd.h src/attributes.h