Caught a stray gdk_colormap_destroy that Owen missed (and Shawn found).

-- sg
This commit is contained in:
scott 1997-12-18 04:29:53 +00:00
parent 26be2f7003
commit 555aa2baf9
9 changed files with 37 additions and 2 deletions

View File

@ -1,3 +1,8 @@
Wed Dec 17 23:36:57 1997 Scott Goehring <scott@poverty.bloomington.in.us>
* gdk/gdkcc.c (gdk_color_context_free): Caught a stray
gdk_colormap_destroy that Owen missed (and Shawn found).
Wed Dec 17 20:59:52 1997 Owen Taylor <owt1@cornell.edu>
* gdk/gdkinput.c gdk/gdkinput.h gdk/gdkinputcommon.h
gdk/gdkinputxfree.h gdk/gdkinputgxi.h gdk/gdkinputnone.h.

View File

@ -1,3 +1,8 @@
Wed Dec 17 23:36:57 1997 Scott Goehring <scott@poverty.bloomington.in.us>
* gdk/gdkcc.c (gdk_color_context_free): Caught a stray
gdk_colormap_destroy that Owen missed (and Shawn found).
Wed Dec 17 20:59:52 1997 Owen Taylor <owt1@cornell.edu>
* gdk/gdkinput.c gdk/gdkinput.h gdk/gdkinputcommon.h
gdk/gdkinputxfree.h gdk/gdkinputgxi.h gdk/gdkinputnone.h.

View File

@ -1,3 +1,8 @@
Wed Dec 17 23:36:57 1997 Scott Goehring <scott@poverty.bloomington.in.us>
* gdk/gdkcc.c (gdk_color_context_free): Caught a stray
gdk_colormap_destroy that Owen missed (and Shawn found).
Wed Dec 17 20:59:52 1997 Owen Taylor <owt1@cornell.edu>
* gdk/gdkinput.c gdk/gdkinput.h gdk/gdkinputcommon.h
gdk/gdkinputxfree.h gdk/gdkinputgxi.h gdk/gdkinputnone.h.

View File

@ -1,3 +1,8 @@
Wed Dec 17 23:36:57 1997 Scott Goehring <scott@poverty.bloomington.in.us>
* gdk/gdkcc.c (gdk_color_context_free): Caught a stray
gdk_colormap_destroy that Owen missed (and Shawn found).
Wed Dec 17 20:59:52 1997 Owen Taylor <owt1@cornell.edu>
* gdk/gdkinput.c gdk/gdkinput.h gdk/gdkinputcommon.h
gdk/gdkinputxfree.h gdk/gdkinputgxi.h gdk/gdkinputnone.h.

View File

@ -1,3 +1,8 @@
Wed Dec 17 23:36:57 1997 Scott Goehring <scott@poverty.bloomington.in.us>
* gdk/gdkcc.c (gdk_color_context_free): Caught a stray
gdk_colormap_destroy that Owen missed (and Shawn found).
Wed Dec 17 20:59:52 1997 Owen Taylor <owt1@cornell.edu>
* gdk/gdkinput.c gdk/gdkinput.h gdk/gdkinputcommon.h
gdk/gdkinputxfree.h gdk/gdkinputgxi.h gdk/gdkinputnone.h.

View File

@ -1,3 +1,8 @@
Wed Dec 17 23:36:57 1997 Scott Goehring <scott@poverty.bloomington.in.us>
* gdk/gdkcc.c (gdk_color_context_free): Caught a stray
gdk_colormap_destroy that Owen missed (and Shawn found).
Wed Dec 17 20:59:52 1997 Owen Taylor <owt1@cornell.edu>
* gdk/gdkinput.c gdk/gdkinput.h gdk/gdkinputcommon.h
gdk/gdkinputxfree.h gdk/gdkinputgxi.h gdk/gdkinputnone.h.

View File

@ -1,3 +1,8 @@
Wed Dec 17 23:36:57 1997 Scott Goehring <scott@poverty.bloomington.in.us>
* gdk/gdkcc.c (gdk_color_context_free): Caught a stray
gdk_colormap_destroy that Owen missed (and Shawn found).
Wed Dec 17 20:59:52 1997 Owen Taylor <owt1@cornell.edu>
* gdk/gdkinput.c gdk/gdkinput.h gdk/gdkinputcommon.h
gdk/gdkinputxfree.h gdk/gdkinputgxi.h gdk/gdkinputnone.h.

View File

@ -644,7 +644,7 @@ gdk_color_context_free(GdkColorContext *cc)
g_free(cc->cmap);
if (cc->need_to_free_colormap)
gdk_colormap_destroy(cc->colormap);
gdk_colormap_unref(cc->colormap);
/* free any palette that has been associated with this GdkColorContext */

View File

@ -644,7 +644,7 @@ gdk_color_context_free(GdkColorContext *cc)
g_free(cc->cmap);
if (cc->need_to_free_colormap)
gdk_colormap_destroy(cc->colormap);
gdk_colormap_unref(cc->colormap);
/* free any palette that has been associated with this GdkColorContext */