diff options
Diffstat (limited to 'src/server/ingen_lv2.cpp')
-rw-r--r-- | src/server/ingen_lv2.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/ingen_lv2.cpp b/src/server/ingen_lv2.cpp index 23e65108..7238a69c 100644 --- a/src/server/ingen_lv2.cpp +++ b/src/server/ingen_lv2.cpp @@ -800,7 +800,7 @@ Lib::Lib(const char* bundle_path) (const uint8_t*)manifest_path.c_str(), NULL, NULL, true); graphs = find_graphs((const char*)manifest_node.buf); - + serd_node_free(&manifest_node); } |