diff options
Diffstat (limited to 'src/serialisation')
-rw-r--r-- | src/serialisation/Parser.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/serialisation/Parser.cpp b/src/serialisation/Parser.cpp index 363e9c15..b8d0adbc 100644 --- a/src/serialisation/Parser.cpp +++ b/src/serialisation/Parser.cpp @@ -70,6 +70,8 @@ relative_uri(Glib::ustring base, const Glib::ustring uri, bool leading_slash) if (leading_slash && ret[0] != '/') ret = Glib::ustring("/") + ret; } + + serd_node_free(&normal_base_uri_node); } if (leading_slash && ret[0] != '/') { @@ -130,6 +132,7 @@ get_properties(Ingen::World* world, } } + free((uint8_t*)out.buf); sratom_free(sratom); return props; } |