From a9d4bccde03dd6d29338366bf6900b7094e63ad4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 26 Jul 2006 17:46:54 +0000 Subject: Use getenv("HOME") instead of hardcoded "~" git-svn-id: http://svn.drobilla.net/lad/libslv2@102 a436a847-0d15-0410-975c-d299462d15a1 --- TODO | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 TODO (limited to 'TODO') diff --git a/TODO b/TODO new file mode 100644 index 0000000..38e4834 --- /dev/null +++ b/TODO @@ -0,0 +1,4 @@ +- Rewrite all the realloc nightmare stuff + + drobilla: slv2_port_get_default_value checks if a property is returned,and creates the result. But it calls slv2_property_free() even if the property == 0 !! + drobilla: (which causes a segfault) -- cgit v1.2.1