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:
Alexander Larsson 2000-12-12 12:11:14 +00:00 committed by Alexander Larsson
parent 53d7e43060
commit 944046942a
8 changed files with 35 additions and 2 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

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