fix bug in hash table used for Windows 95/98/Me (crashes 3m)
svn: r7055
This commit is contained in:
parent
e7a66f2ac9
commit
5001c51753
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user