aboutsummaryrefslogtreecommitdiff
path: root/externals/grill/flext/changes.txt
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2006-03-14 17:13:44 +0000
committerThomas Grill <xovo@users.sourceforge.net>2006-03-14 17:13:44 +0000
commit974ba3a08a427443369461cbb1196fa7d5b67c04 (patch)
tree6d15444699b2ee139356914b1bac1cf72b190b9e /externals/grill/flext/changes.txt
parent017b9b90e1d1566c3dacaac6596c50b6c95b3884 (diff)
fixed faulty assertion
fixed buggy memory deallocation for AtomListStatic svn path=/trunk/; revision=4706
Diffstat (limited to 'externals/grill/flext/changes.txt')
-rw-r--r--externals/grill/flext/changes.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/externals/grill/flext/changes.txt b/externals/grill/flext/changes.txt
index 38320249..c2437720 100644
--- a/externals/grill/flext/changes.txt
+++ b/externals/grill/flext/changes.txt
@@ -26,6 +26,7 @@ Version history:
- fixing uninitialized pointer (first inlet pointer)
- added message bundle functionality (to send more messages over the thread boundary to arrive at the same logical time)
- fixed dangerous spot (also memory leak) with message queuing
+- fixed buggy freeing of memory for AtomListStatic
0.5.0:
- fixes for 64 bit builds (size_t is integer type of pointer size)