Fix crash bug when toggling fullscreen-mode with fancy cursors.

Do no longer destroy the global null_cursor, when destroying the
current window.


git-svn-id: svn://svn.code.sf.net/p/rdesktop/code/trunk/rdesktop@540 423420c4-83ab-492f-b58f-81f9feb106b5
This commit is contained in:
Michael Gernoth 2003-11-02 16:43:29 +00:00
parent 6dbb270f2f
commit 70fd6e6ba7

2
xwin.c
View File

@ -945,8 +945,6 @@ ui_create_window(void)
void
ui_destroy_window(void)
{
ui_destroy_cursor(g_null_cursor);
if (g_IC != NULL)
XDestroyIC(g_IC);