summaryrefslogtreecommitdiffstats
path: root/src/shared/World.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-22 19:34:57 +0000
committerDavid Robillard <d@drobilla.net>2012-04-22 19:34:57 +0000
commit325ef58a7debb36e4b5cda014aa88e89ff845733 (patch)
tree259166f53c1a7f9879b46970e2e4b1ad9b5de424 /src/shared/World.cpp
parentcb3d2247eb497c73ea929f656cafdcde8bc8682e (diff)
downloadingen-325ef58a7debb36e4b5cda014aa88e89ff845733.tar.gz
ingen-325ef58a7debb36e4b5cda014aa88e89ff845733.tar.bz2
ingen-325ef58a7debb36e4b5cda014aa88e89ff845733.zip
Fix crash on shutdown.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@4235 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/shared/World.cpp')
-rw-r--r--src/shared/World.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/shared/World.cpp b/src/shared/World.cpp
index 2b54aa86..05362a49 100644
--- a/src/shared/World.cpp
+++ b/src/shared/World.cpp
@@ -138,6 +138,7 @@ public:
parser.reset();
local_engine.reset();
+ store.reset();
modules.clear();
interface_factories.clear();