summaryrefslogtreecommitdiff
path: root/CHANGES
diff options
context:
space:
mode:
authorMatthias Melcher <fltk@matthiasm.com>2010-02-19 21:08:34 +0000
committerMatthias Melcher <fltk@matthiasm.com>2010-02-19 21:08:34 +0000
commitb737694f4a0ce90cf7a6b3539327903b96152ca8 (patch)
treefa17b68384e479a0e28ae1f44162434ba8be1dad /CHANGES
parent6cea1f402d7d3bf62b042ff1abff3cb2c1343b31 (diff)
test/Editor was freeing the text buffer too soon and no clearing callbacks. (STR #2294)
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@7106 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 2b061a2fe..1b88620fb 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,5 +1,7 @@
CHANGES IN FLTK 1.3.0
+ - Fixed crash in test/Editor when freeing buffer
+ too soon (STR #2294)
- Fixed Fl_Preferences Cygwin wide character bug (STR #2164)
- Fixed sorting in Fl_Browser - last item would not
be sorted (STR #2300)