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:
Owen Taylor
1999-11-10 17:15:58 +00:00
committed by Owen Taylor
parent a3a4606eab
commit 5a63c9488d
9 changed files with 38 additions and 0 deletions

View File

@ -154,6 +154,8 @@ gdk_input_check_proximity (void)
}
xic = (XInputClass *)((char *)xic + xic->length);
}
XFreeDeviceState (state);
}
tmp_list = tmp_list->next;
}