diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-03-29 23:05:11 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-03-29 23:05:11 +0000 |
commit | b6cefaa0b7398e59b4724f908c6b71898545469c (patch) | |
tree | 0febf2c366abd75d95b193509dc54e4b09138c0f /NEWS | |
parent | b123b8d3409d85cc806de29d5a499adc18e0442d (diff) | |
download | gdk-pixbuf-b6cefaa0b7398e59b4724f908c6b71898545469c.tar.gz |
Fix screwup in handling of module path that was resulting in freed memory
Fri Mar 29 17:41:21 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkmain.c (load_modules): Fix screwup in handling
of module path that was resulting in freed memory being
accessed when both GTK_MODULES and a theme were set.
(#76902, Johan Dahlin)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -23,10 +23,10 @@ Overview of Changes in GTK+ 2.0.1 * Misc bug fixes Other contributors: Jacob Berkman, Dennis Björklund, Seth Burgess, - Murray Cumming, John Elliis, Kang Jeong-He, James Henstridge, - Richard Hult, Thomas Leonard, LEE Sau Dan, Alexey A. Malyshev, - Mark McLoughlin, Michael Meeks,Sven Neumann, Andras Salamon, - Soeren Sandmann, Dan Winship, Yao Zhang + Murray Cumming, Johan Dahlin, John Ellis, Kang Jeong-He, + James Henstridge, Richard Hult, Thomas Leonard, LEE Sau Dan, + Alexey A. Malyshev, Mark McLoughlin, Michael Meeks, Sven Neumann, + Andras Salamon, Soeren Sandmann, Dan Winship, Yao Zhang Overview of Changes in GTK+ 2.0.0 ================================= |