diff options
author | Sven Neumann <sven@gimp.org> | 2001-08-06 15:52:46 +0000 |
---|---|---|
committer | Sven Neumann <neo@src.gnome.org> | 2001-08-06 15:52:46 +0000 |
commit | adca251babd551e085fa6c7ed492dcc3e050b4d3 (patch) | |
tree | 844e88d0b06b6250bb7c6e49cf4a74d95999220f /ChangeLog.pre-2-0 | |
parent | 727cdae76935c12379dfbba6962872153d59b37a (diff) | |
download | gtk+-adca251babd551e085fa6c7ed492dcc3e050b4d3.tar.gz |
check if info->colormap != NULL before unref'ing it. It might have been
2001-08-06 Sven Neumann <sven@gimp.org>
* gdk/gdkpango.c (gdk_pango_context_destroy):
check if info->colormap != NULL before unref'ing it. It might have
been set to NULL using gdk_pango_context_set_colormap().
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r-- | ChangeLog.pre-2-0 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0 index 87a002e5ca..68b6b44f2b 100644 --- a/ChangeLog.pre-2-0 +++ b/ChangeLog.pre-2-0 @@ -1,3 +1,9 @@ +2001-08-06 Sven Neumann <sven@gimp.org> + + * gdk/gdkpango.c (gdk_pango_context_destroy): + check if info->colormap != NULL before unref'ing it. It might have + been set to NULL using gdk_pango_context_set_colormap(). + Sun Aug 5 11:24:27 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtkcolorsel.c (gtk_color_selection_set_current_alpha): |