summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/NodeFactory.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-04-20 03:58:56 +0000
committerDavid Robillard <d@drobilla.net>2007-04-20 03:58:56 +0000
commit884d4320251e5a63763c47c3822770e5177d1c9a (patch)
treef3d2106780fddeda1d091bea1cc32a8d1b3291c9 /src/libs/engine/NodeFactory.cpp
parent6b3443ebabdeec0b908fb505e30c1422b96589b7 (diff)
downloadingen-884d4320251e5a63763c47c3822770e5177d1c9a.tar.gz
ingen-884d4320251e5a63763c47c3822770e5177d1c9a.tar.bz2
ingen-884d4320251e5a63763c47c3822770e5177d1c9a.zip
Update for SLV2 API changes.
git-svn-id: http://svn.drobilla.net/lad/ingen@461 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/libs/engine/NodeFactory.cpp')
-rw-r--r--src/libs/engine/NodeFactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/engine/NodeFactory.cpp b/src/libs/engine/NodeFactory.cpp
index 1214cc20..8386667b 100644
--- a/src/libs/engine/NodeFactory.cpp
+++ b/src/libs/engine/NodeFactory.cpp
@@ -306,7 +306,7 @@ NodeFactory::load_lv2_plugins()
}
}
- slv2_plugins_free(plugins);
+ slv2_plugins_free(_world, plugins);
}