fix bug in hash table used for Windows 95/98/Me (crashes 3m)

svn: r7055
This commit is contained in:
Matthew Flatt 2007-08-08 14:34:28 +00:00
parent e7a66f2ac9
commit 5001c51753

View File

@ -1115,7 +1115,7 @@ void DeleteRegisteredGDIObject(HANDLE x)
if (!v[0] && !v[1]) {
/* Remove from hash table: */
scheme_hash_set(gdi_objects, (Scheme_Object *)x, NULL);
scheme_hash_set(gdi_objects, key, NULL);
}
}
}