From 66a7b635331baaa483ba3cc27aef6c244f9a98df Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 25 Jul 2007 06:07:21 +0000 Subject: 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 --- src/slv2_internal.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/slv2_internal.h') 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; -- cgit v1.2.1