summaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorandreas_kupries <akupries@shaw.ca>2001-09-14 20:35:58 (GMT)
committerandreas_kupries <akupries@shaw.ca>2001-09-14 20:35:58 (GMT)
commitd8142ec988da069be185faa5b25c0cf258a7e452 (patch)
treeaf1e2d8738f97514fb3f07466e9b32fdf9fbe051 /ChangeLog
parentffdcd15f54e2b66fc95e9939934e9141674e3bad (diff)
downloadtk-d8142ec988da069be185faa5b25c0cf258a7e452.zip
tk-d8142ec988da069be185faa5b25c0cf258a7e452.tar.gz
tk-d8142ec988da069be185faa5b25c0cf258a7e452.tar.bz2
* generic/tkImgGIF.c:
* generic/tkImgPPM.c: * generic/tkImgPhoto.c: * generic/tkMenu.c: Applied patch [461578], provided by Vincent Darley. This fixes several memory leaks in the image code. They happen if there are errors during the initialization of the channel the image is supposed to be read from.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 793970a..15353a1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2001-09-14 Andreas Kupries <andreas_kupries@users.sourceforge.net>
+
+ * generic/tkImgGIF.c:
+ * generic/tkImgPPM.c:
+ * generic/tkImgPhoto.c:
+ * generic/tkMenu.c: Applied patch [461578], provided by Vincent
+ Darley. This fixes several memory leaks in the image code. They
+ happen if there are errors during the initialization of the
+ channel the image is supposed to be read from.
+
2001-09-12 Mo DeJong <mdejong@users.sourceforge.net>
* unix/configure: