From c4e62bfdd15d9b0ab7ffed7629f5bbcb4e69bd33 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 21 Jan 2009 00:48:37 +0000 Subject: 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 --- slv2/port.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'slv2/port.h') diff --git a/slv2/port.h b/slv2/port.h index 5dbe454..be6e03b 100644 --- a/slv2/port.h +++ b/slv2/port.h @@ -106,7 +106,7 @@ slv2_port_get_symbol(SLV2Plugin plugin, /** Get the name of a port. * * This is guaranteed to return the untranslated name (the doap:name in the - * data file without a language tag). Returned value must be free()'d by + * data file without a language tag). Returned value must be freed by * the caller. * * Time = Query -- cgit v1.2.1