forked from AuroraMiddleware/gtk
Don't free gdk_fb_keyboard twice.
2000-12-12 Alexander Larsson <alexl@redhat.com> * gdk/linux-fb/gdkkeyboard-fb.c (xlate_close, raw_close): Don't free gdk_fb_keyboard twice.
This commit is contained in:
parent
53d7e43060
commit
944046942a
@ -1,3 +1,8 @@
|
||||
2000-12-12 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gdk/linux-fb/gdkkeyboard-fb.c (xlate_close, raw_close):
|
||||
Don't free gdk_fb_keyboard twice.
|
||||
|
||||
Tue Dec 12 08:24:42 2000 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/testgtk.c:
|
||||
|
@ -1,3 +1,8 @@
|
||||
2000-12-12 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gdk/linux-fb/gdkkeyboard-fb.c (xlate_close, raw_close):
|
||||
Don't free gdk_fb_keyboard twice.
|
||||
|
||||
Tue Dec 12 08:24:42 2000 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/testgtk.c:
|
||||
|
@ -1,3 +1,8 @@
|
||||
2000-12-12 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gdk/linux-fb/gdkkeyboard-fb.c (xlate_close, raw_close):
|
||||
Don't free gdk_fb_keyboard twice.
|
||||
|
||||
Tue Dec 12 08:24:42 2000 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/testgtk.c:
|
||||
|
@ -1,3 +1,8 @@
|
||||
2000-12-12 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gdk/linux-fb/gdkkeyboard-fb.c (xlate_close, raw_close):
|
||||
Don't free gdk_fb_keyboard twice.
|
||||
|
||||
Tue Dec 12 08:24:42 2000 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/testgtk.c:
|
||||
|
@ -1,3 +1,8 @@
|
||||
2000-12-12 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gdk/linux-fb/gdkkeyboard-fb.c (xlate_close, raw_close):
|
||||
Don't free gdk_fb_keyboard twice.
|
||||
|
||||
Tue Dec 12 08:24:42 2000 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/testgtk.c:
|
||||
|
@ -1,3 +1,8 @@
|
||||
2000-12-12 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gdk/linux-fb/gdkkeyboard-fb.c (xlate_close, raw_close):
|
||||
Don't free gdk_fb_keyboard twice.
|
||||
|
||||
Tue Dec 12 08:24:42 2000 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/testgtk.c:
|
||||
|
@ -1,3 +1,8 @@
|
||||
2000-12-12 Alexander Larsson <alexl@redhat.com>
|
||||
|
||||
* gdk/linux-fb/gdkkeyboard-fb.c (xlate_close, raw_close):
|
||||
Don't free gdk_fb_keyboard twice.
|
||||
|
||||
Tue Dec 12 08:24:42 2000 Tim Janik <timj@gtk.org>
|
||||
|
||||
* gtk/testgtk.c:
|
||||
|
@ -872,7 +872,6 @@ xlate_close (GdkFBKeyboard *kb)
|
||||
g_source_remove (kb->io_tag);
|
||||
g_io_channel_unref (kb->io);
|
||||
/* don't close kb->fd, it is the tty from gdk_display */
|
||||
g_free (kb);
|
||||
}
|
||||
|
||||
static guint
|
||||
@ -1384,7 +1383,6 @@ raw_close (GdkFBKeyboard *kb)
|
||||
g_source_remove (kb->io_tag);
|
||||
g_io_channel_unref (kb->io);
|
||||
/* don't close kb->fd, it is the tty from gdk_display */
|
||||
g_free (kb);
|
||||
}
|
||||
|
||||
static guint
|
||||
|
Loading…
Reference in New Issue
Block a user