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

@ -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 */