mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-14 17:18:09 +00:00
Just a couple of small uninitialized pointer fixes
(cherry picked from commit d12b650362da100ceaecb7e859cd4ef1908d4407)
This commit is contained in:
committed by
Jeremy Huddleston
parent
0ad1c359c5
commit
1157cfcc5a
@@ -722,6 +722,8 @@ Bool RootlessInit(ScreenPtr pScreen, RootlessFrameProcsPtr procs)
|
||||
pScreen->devPrivates[rootlessScreenPrivateIndex].ptr;
|
||||
|
||||
s->imp = procs;
|
||||
s->colormap = NULL;
|
||||
s->redisplay_expired = FALSE;
|
||||
|
||||
RootlessWrap(pScreen);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user