forked from AuroraMiddleware/gtk
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:
parent
f964a0e1f8
commit
5e5dd39adf
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -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)
|
||||
|
@ -2093,7 +2093,7 @@ set_text_property (GdkDisplay *display,
|
||||
PropModeReplace, prop_text,
|
||||
prop_length);
|
||||
|
||||
g_free (prop_text);
|
||||
gdk_free_compound_text (prop_text);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user