From e67a923c73c26dfd335cfb325511c831996952ab Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 1 Jul 2007 19:44:19 +0000 Subject: Fix a couple memory leaks/errors. Add proper bundle path finding (support plugins with binaries not immediately under their bundle paths, though none exist). Add slv2_plugin_get_bundle_uri. Add stub for loading plugin GUIs. git-svn-id: http://svn.drobilla.net/lad/slv2@553 a436a847-0d15-0410-975c-d299462d15a1 --- slv2/value.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'slv2/value.h') diff --git a/slv2/value.h b/slv2/value.h index 4fd0cf4..f2db361 100644 --- a/slv2/value.h +++ b/slv2/value.h @@ -57,7 +57,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 allocation and must be freed by caller. */ char* slv2_value_get_turtle_token(SLV2Value value); -- cgit v1.2.1