diff options
author | David Robillard <d@drobilla.net> | 2009-01-21 00:48:37 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2009-01-21 00:48:37 +0000 |
commit | c4e62bfdd15d9b0ab7ffed7629f5bbcb4e69bd33 (patch) | |
tree | fdafe2c585c6f53803facfd26ee849dacc1a99c1 /slv2/value.h | |
parent | c59b0892ace3ab0fb743335b36abbd72591d4a7b (diff) | |
download | lilv-c4e62bfdd15d9b0ab7ffed7629f5bbcb4e69bd33.tar.gz lilv-c4e62bfdd15d9b0ab7ffed7629f5bbcb4e69bd33.tar.bz2 lilv-c4e62bfdd15d9b0ab7ffed7629f5bbcb4e69bd33.zip |
Add slv2_plugin_classes_free to public API (fix ticket #324).
Fix memory leak in slv2_plugin_get_port_float_values.
Fix memory leak in slv2_plugin_get_supported_features.
Fix memory leak in slv2_port_has_property.
Fix several memory leaks in slv2_test program.
git-svn-id: http://svn.drobilla.net/lad/trunk/slv2@1921 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'slv2/value.h')
-rw-r--r-- | slv2/value.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slv2/value.h b/slv2/value.h index db447dd..f1af35f 100644 --- a/slv2/value.h +++ b/slv2/value.h @@ -89,7 +89,7 @@ slv2_value_equals(SLV2Value value, SLV2Value other); * 1.0 * 1 * - * Returned string is newly allocation and must be freed by caller. + * Returned string is newly allocated and must be freed by caller. */ char* slv2_value_get_turtle_token(SLV2Value value); |