Hopefully fix a valgrind warning

git-svn-id: svn+ssh://svn.gna.org/svn/warzone/trunk@2336 4a71c877-e1ca-e34f-864e-861f7616d084
master
Per Inge Mathisen 2007-08-03 15:22:45 +00:00
parent 496d2b1851
commit 8a7d09141c
1 changed files with 1 additions and 2 deletions

View File

@ -53,7 +53,7 @@ static WIDGET *psRetWidget;
static BOOL bWidgetsActive = TRUE;
/* The widget the mouse is over this update */
static WIDGET *psMouseOverWidget;
static WIDGET *psMouseOverWidget = NULL;
static UDWORD pressed, released;
@ -165,7 +165,6 @@ void widgReleaseWidgetList(WIDGET *psWidgets)
break;
}
}
}
/* Release a screen and all its associated data */