summaryrefslogtreecommitdiffstats
path: root/src/slv2_internal.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-07-25 06:07:21 +0000
committerDavid Robillard <d@drobilla.net>2007-07-25 06:07:21 +0000
commit66a7b635331baaa483ba3cc27aef6c244f9a98df (patch)
tree5a743732458a5ee194f12917b9f9479d42f3afa4 /src/slv2_internal.h
parent9f43f23510ba2acd8e03f2822d87c74a8774b9d6 (diff)
downloadlilv-66a7b635331baaa483ba3cc27aef6c244f9a98df.tar.gz
lilv-66a7b635331baaa483ba3cc27aef6c244f9a98df.tar.bz2
lilv-66a7b635331baaa483ba3cc27aef6c244f9a98df.zip
Don't call librdf_free_world if world was passed by called using slv2_world_new_using_rdf_world.
git-svn-id: http://svn.drobilla.net/lad/slv2@623 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/slv2_internal.h')
-rw-r--r--src/slv2_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/slv2_internal.h b/src/slv2_internal.h
index 4e8c8da..e2a6ee1 100644
--- a/src/slv2_internal.h
+++ b/src/slv2_internal.h
@@ -136,6 +136,7 @@ void slv2_plugin_classes_free();
/** Model of LV2 (RDF) data loaded from bundles.
*/
struct _SLV2World {
+ bool local_world;
librdf_world* world;
librdf_storage* storage;
librdf_model* model;