Use gdk_free_compound_text(), not g_free(). (#107643, Michael Zucchi)

Fri Apr 18 15:30:38 2003  Owen Taylor  <otaylor@redhat.com>

        * gdk/x11/gdkwindow-x11.c (set_text_property): Use
        gdk_free_compound_text(), not g_free(). (#107643,
        Michael Zucchi)
This commit is contained in:
Owen Taylor 2003-04-18 19:33:37 +00:00 committed by Owen Taylor
parent f964a0e1f8
commit 5e5dd39adf
6 changed files with 31 additions and 1 deletions

View File

@ -1,3 +1,9 @@
Fri Apr 18 15:30:38 2003 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkwindow-x11.c (set_text_property): Use
gdk_free_compound_text(), not g_free(). (#107643,
Michael Zucchi)
Fri Apr 18 15:11:50 2003 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkdisplay-x11.c (_gdk_display_x11_get_type)

View File

@ -1,3 +1,9 @@
Fri Apr 18 15:30:38 2003 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkwindow-x11.c (set_text_property): Use
gdk_free_compound_text(), not g_free(). (#107643,
Michael Zucchi)
Fri Apr 18 15:11:50 2003 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkdisplay-x11.c (_gdk_display_x11_get_type)

View File

@ -1,3 +1,9 @@
Fri Apr 18 15:30:38 2003 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkwindow-x11.c (set_text_property): Use
gdk_free_compound_text(), not g_free(). (#107643,
Michael Zucchi)
Fri Apr 18 15:11:50 2003 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkdisplay-x11.c (_gdk_display_x11_get_type)

View File

@ -1,3 +1,9 @@
Fri Apr 18 15:30:38 2003 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkwindow-x11.c (set_text_property): Use
gdk_free_compound_text(), not g_free(). (#107643,
Michael Zucchi)
Fri Apr 18 15:11:50 2003 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkdisplay-x11.c (_gdk_display_x11_get_type)

View File

@ -1,3 +1,9 @@
Fri Apr 18 15:30:38 2003 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkwindow-x11.c (set_text_property): Use
gdk_free_compound_text(), not g_free(). (#107643,
Michael Zucchi)
Fri Apr 18 15:11:50 2003 Owen Taylor <otaylor@redhat.com>
* gdk/x11/gdkdisplay-x11.c (_gdk_display_x11_get_type)

View File

@ -2093,7 +2093,7 @@ set_text_property (GdkDisplay *display,
PropModeReplace, prop_text,
prop_length);
g_free (prop_text);
gdk_free_compound_text (prop_text);
}
}