summaryrefslogtreecommitdiff
path: root/libs/fst/vstwin.c
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-02-23 05:51:58 +0100
committerRobin Gareus <robin@gareus.org>2014-02-23 05:51:58 +0100
commitbcf6c764625ab4b98e486977ef477deb4f1d64c4 (patch)
tree8a87224ccaa169e9065544e8ab0529fb0722f101 /libs/fst/vstwin.c
parent7f714ca0366acccd1c9e6d3cc67c5573e4ea1d43 (diff)
consolidate lxVST & winVST file-info code into libardour
first step and clennup before adding support for VST shell-plugins (collections) and external scanner app...
Diffstat (limited to 'libs/fst/vstwin.c')
-rw-r--r--libs/fst/vstwin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/fst/vstwin.c b/libs/fst/vstwin.c
index 58ce0fd235..d37c5dffbb 100644
--- a/libs/fst/vstwin.c
+++ b/libs/fst/vstwin.c
@@ -608,7 +608,7 @@ fst_close (VSTState* fst)
if (fst->handle->plugincnt && --fst->handle->plugincnt == 0) {
fst->handle->main_entry = NULL;
- fst_unload (&fst->handle);
+ fst_unload (&fst->handle); // XXX
}
}