summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2006-07-26 17:46:54 +0000
committerDavid Robillard <d@drobilla.net>2006-07-26 17:46:54 +0000
commita9d4bccde03dd6d29338366bf6900b7094e63ad4 (patch)
tree3948b6076ec47406bd2fcafae294806e939bb2b3 /TODO
parent2cd84e4209633e59439c445f821bed8410347bab (diff)
downloadlilv-a9d4bccde03dd6d29338366bf6900b7094e63ad4.tar.gz
lilv-a9d4bccde03dd6d29338366bf6900b7094e63ad4.tar.bz2
lilv-a9d4bccde03dd6d29338366bf6900b7094e63ad4.zip
Use getenv("HOME") instead of hardcoded "~"
git-svn-id: http://svn.drobilla.net/lad/libslv2@102 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'TODO')
-rw-r--r--TODO4
1 files changed, 4 insertions, 0 deletions
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
+
+<remon> 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 !!
+<remon> drobilla: (which causes a segfault)