forked from AuroraMiddleware/gtk
Caught a stray gdk_colormap_destroy that Owen missed (and Shawn found).
-- sg
This commit is contained in:
parent
26be2f7003
commit
555aa2baf9
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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 */
|
||||
|
||||
|
@ -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 */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user