summaryrefslogtreecommitdiffstats
path: root/src/server/NodeFactory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/NodeFactory.cpp')
-rw-r--r--src/server/NodeFactory.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/server/NodeFactory.cpp b/src/server/NodeFactory.cpp
index e64257be..d6e0ab2c 100644
--- a/src/server/NodeFactory.cpp
+++ b/src/server/NodeFactory.cpp
@@ -128,6 +128,7 @@ NodeFactory::load_plugin(const Raul::URI& uri)
ingen_plugin->lilv_plugin(plug);
_plugins.insert(make_pair(uri, ingen_plugin));
}
+ lilv_node_free(node);
}
/** Loads information about all LV2 plugins into internal plugin database.