summaryrefslogtreecommitdiffstats
path: root/TODO
diff options
context:
space:
mode:
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)