Call XFreeDeviceState() on results of XQueryDeviceState().
Wed Nov 10 12:12:03 1999 Owen Taylor <otaylor@redhat.com> * gdk/x11/gdkinput-{x11,xfree}.c: Call XFreeDeviceState() on results of XQueryDeviceState().
This commit is contained in:
@ -154,6 +154,8 @@ gdk_input_check_proximity (void)
|
||||
}
|
||||
xic = (XInputClass *)((char *)xic + xic->length);
|
||||
}
|
||||
|
||||
XFreeDeviceState (state);
|
||||
}
|
||||
tmp_list = tmp_list->next;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user