sync with OpenBSD -current
This commit is contained in:
parent
2d1e52c274
commit
b5b25afdb8
657 changed files with 21464 additions and 54675 deletions
|
@ -212,6 +212,9 @@ _XimRegisterIMInstantiateCallback(
|
|||
if( xim ) {
|
||||
lock = True;
|
||||
xim->methods->close( (XIM)xim );
|
||||
/* XIMs must be freed manually after being opened; close just
|
||||
does the protocol to deinitialize the IM. */
|
||||
XFree( xim );
|
||||
lock = False;
|
||||
icb->call = True;
|
||||
callback( display, client_data, NULL );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue