diff options
author | das <das> | 2008-02-27 00:12:50 (GMT) |
---|---|---|
committer | das <das> | 2008-02-27 00:12:50 (GMT) |
commit | 272d56b4d4d87fc6632e541053a413515fc4821c (patch) | |
tree | b268bdf707ff430c2192b4226e40b6a35337f026 /ChangeLog | |
parent | 29f91ab2655696f677e223d4900ce0aee97968a9 (diff) | |
download | tk-272d56b4d4d87fc6632e541053a413515fc4821c.zip tk-272d56b4d4d87fc6632e541053a413515fc4821c.tar.gz tk-272d56b4d4d87fc6632e541053a413515fc4821c.tar.bz2 |
* macosx/tkMacOSXDraw.c: workaround leak in Carbon SetPortPenPixPat()
API [Bug 1863346]; avoid repeated PixPat allocation/deallocation.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2008-02-27 Daniel Steffen <das@users.sourceforge.net> + + * macosx/tkMacOSXDraw.c: workaround leak in Carbon SetPortPenPixPat() + API [Bug 1863346]; avoid repeated PixPat allocation/deallocation. + 2008-02-06 Don Porter <dgp@users.sourceforge.net> *** 8.4.18 TAGGED FOR RELEASE *** |