summaryrefslogtreecommitdiffstats
path: root/src/slv2_internal.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-05-08 17:27:20 +0000
committerDavid Robillard <d@drobilla.net>2007-05-08 17:27:20 +0000
commit9b0b42f31a6e03a5caed14cd73802729c31b6b6e (patch)
tree2df153d742b888142b496c40b8c9e833f0e3f85c /src/slv2_internal.h
parentbcb7872768bce6c60770308d2e1babad11c2b6a0 (diff)
downloadlilv-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 'src/slv2_internal.h')
-rw-r--r--src/slv2_internal.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/slv2_internal.h b/src/slv2_internal.h
index abe6a59..893caf2 100644
--- a/src/slv2_internal.h
+++ b/src/slv2_internal.h
@@ -171,7 +171,6 @@ struct _SLV2Value {
};
SLV2Value slv2_value_new(SLV2ValueType type, const char* val);
-void slv2_value_free(SLV2Value val);
#ifdef __cplusplus