Fix double free.

Tue Feb 26 11:51:56 2002  Owen Taylor  <otaylor@redhat.com>

        * gtk/gtkkeyhash.c (_gtk_key_hash_remove_entry): Fix
        double free.
This commit is contained in:
Owen Taylor 2002-02-26 16:56:58 +00:00 committed by Owen Taylor
parent 9b1ce99cb4
commit f255d50bbf
8 changed files with 35 additions and 1 deletions

View File

@ -1,3 +1,8 @@
Tue Feb 26 11:51:56 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkkeyhash.c (_gtk_key_hash_remove_entry): Fix
double free.
Tue Feb 26 10:38:14 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkkeyhash.c (_gtk_key_hash_lookup_keyval): Handle

View File

@ -1,3 +1,8 @@
Tue Feb 26 11:51:56 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkkeyhash.c (_gtk_key_hash_remove_entry): Fix
double free.
Tue Feb 26 10:38:14 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkkeyhash.c (_gtk_key_hash_lookup_keyval): Handle

View File

@ -1,3 +1,8 @@
Tue Feb 26 11:51:56 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkkeyhash.c (_gtk_key_hash_remove_entry): Fix
double free.
Tue Feb 26 10:38:14 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkkeyhash.c (_gtk_key_hash_lookup_keyval): Handle

View File

@ -1,3 +1,8 @@
Tue Feb 26 11:51:56 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkkeyhash.c (_gtk_key_hash_remove_entry): Fix
double free.
Tue Feb 26 10:38:14 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkkeyhash.c (_gtk_key_hash_lookup_keyval): Handle

View File

@ -1,3 +1,8 @@
Tue Feb 26 11:51:56 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkkeyhash.c (_gtk_key_hash_remove_entry): Fix
double free.
Tue Feb 26 10:38:14 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkkeyhash.c (_gtk_key_hash_lookup_keyval): Handle

View File

@ -1,3 +1,8 @@
Tue Feb 26 11:51:56 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkkeyhash.c (_gtk_key_hash_remove_entry): Fix
double free.
Tue Feb 26 10:38:14 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkkeyhash.c (_gtk_key_hash_lookup_keyval): Handle

View File

@ -1,3 +1,8 @@
Tue Feb 26 11:51:56 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkkeyhash.c (_gtk_key_hash_remove_entry): Fix
double free.
Tue Feb 26 10:38:14 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtkkeyhash.c (_gtk_key_hash_lookup_keyval): Handle

View File

@ -239,7 +239,6 @@ _gtk_key_hash_remove_entry (GtkKeyHash *key_hash,
g_hash_table_remove (key_hash->reverse_hash, value);
key_hash_free_entry (key_hash, entry);
g_free (entry);
}
}