diff options
author | David Robillard <d@drobilla.net> | 2007-05-08 17:27:20 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2007-05-08 17:27:20 +0000 |
commit | 9b0b42f31a6e03a5caed14cd73802729c31b6b6e (patch) | |
tree | 2df153d742b888142b496c40b8c9e833f0e3f85c /utils/ladspa2lv2.c | |
parent | bcb7872768bce6c60770308d2e1babad11c2b6a0 (diff) | |
download | lilv-9b0b42f31a6e03a5caed14cd73802729c31b6b6e.tar.gz lilv-9b0b42f31a6e03a5caed14cd73802729c31b6b6e.tar.bz2 lilv-9b0b42f31a6e03a5caed14cd73802729c31b6b6e.zip |
Exposed slv2_value_free.
Fixed memory leak in lv2_inspect.
Included ladspa.h for ladspa2lv2.
git-svn-id: http://svn.drobilla.net/lad/slv2@519 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'utils/ladspa2lv2.c')
-rw-r--r-- | utils/ladspa2lv2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/ladspa2lv2.c b/utils/ladspa2lv2.c index 304f70d..b68185e 100644 --- a/utils/ladspa2lv2.c +++ b/utils/ladspa2lv2.c @@ -23,9 +23,9 @@ #include <stdbool.h> #include <float.h> #include <math.h> -#include <ladspa.h> #include <dlfcn.h> #include <librdf.h> +#include "ladspa.h" #define U(x) ((const unsigned char*)(x)) #define NS_RDF(x) "http://www.w3.org/1999/02/22-rdf-syntax-ns#" x |