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:
parent
9b1ce99cb4
commit
f255d50bbf
@ -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>
|
Tue Feb 26 10:38:14 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkkeyhash.c (_gtk_key_hash_lookup_keyval): Handle
|
* gtk/gtkkeyhash.c (_gtk_key_hash_lookup_keyval): Handle
|
||||||
|
@ -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>
|
Tue Feb 26 10:38:14 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkkeyhash.c (_gtk_key_hash_lookup_keyval): Handle
|
* gtk/gtkkeyhash.c (_gtk_key_hash_lookup_keyval): Handle
|
||||||
|
@ -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>
|
Tue Feb 26 10:38:14 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkkeyhash.c (_gtk_key_hash_lookup_keyval): Handle
|
* gtk/gtkkeyhash.c (_gtk_key_hash_lookup_keyval): Handle
|
||||||
|
@ -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>
|
Tue Feb 26 10:38:14 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkkeyhash.c (_gtk_key_hash_lookup_keyval): Handle
|
* gtk/gtkkeyhash.c (_gtk_key_hash_lookup_keyval): Handle
|
||||||
|
@ -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>
|
Tue Feb 26 10:38:14 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkkeyhash.c (_gtk_key_hash_lookup_keyval): Handle
|
* gtk/gtkkeyhash.c (_gtk_key_hash_lookup_keyval): Handle
|
||||||
|
@ -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>
|
Tue Feb 26 10:38:14 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkkeyhash.c (_gtk_key_hash_lookup_keyval): Handle
|
* gtk/gtkkeyhash.c (_gtk_key_hash_lookup_keyval): Handle
|
||||||
|
@ -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>
|
Tue Feb 26 10:38:14 2002 Owen Taylor <otaylor@redhat.com>
|
||||||
|
|
||||||
* gtk/gtkkeyhash.c (_gtk_key_hash_lookup_keyval): Handle
|
* gtk/gtkkeyhash.c (_gtk_key_hash_lookup_keyval): Handle
|
||||||
|
@ -239,7 +239,6 @@ _gtk_key_hash_remove_entry (GtkKeyHash *key_hash,
|
|||||||
g_hash_table_remove (key_hash->reverse_hash, value);
|
g_hash_table_remove (key_hash->reverse_hash, value);
|
||||||
|
|
||||||
key_hash_free_entry (key_hash, entry);
|
key_hash_free_entry (key_hash, entry);
|
||||||
g_free (entry);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user