Fixing bugs exposed by scan-build
[tpg/acess2.git] / Usermode / Applications / axwin3_src / WM / wm_input.c
index 1fc49f8..3220f77 100644 (file)
@@ -22,7 +22,7 @@ tWindow       *gpWM_DownStartWindow[MAX_BUTTONS];
 // === CODE ===
 tWindow *WM_int_GetWindowAtPos(int X, int Y)
 {
-       tWindow *win, *next_win, *ret;
+       tWindow *win, *next_win, *ret = NULL;
        
        next_win = gpWM_RootWindow;
 

UCC git Repository :: git.ucc.asn.au