diff options
author | das <das> | 2008-02-27 00:12:32 (GMT) |
---|---|---|
committer | das <das> | 2008-02-27 00:12:32 (GMT) |
commit | 7d088554d32905ccf1b8f98e9082d7d0d49830a8 (patch) | |
tree | 71510bf0cb6d538646615e81a600d9c0b2e21663 /ChangeLog | |
parent | 6654ca14fff1fe29caf02e626fb790df3104bd91 (diff) | |
download | tk-7d088554d32905ccf1b8f98e9082d7d0d49830a8.zip tk-7d088554d32905ccf1b8f98e9082d7d0d49830a8.tar.gz tk-7d088554d32905ccf1b8f98e9082d7d0d49830a8.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-23 Joe English <jenglish@users.sourceforge.net> * library/ttk/combobox.tcl, doc/ttk_combobox.n, |