diff options
-rw-r--r-- | src/XrrProperty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/XrrProperty.c b/src/XrrProperty.c index 8377fff..d3d3246 100644 --- a/src/XrrProperty.c +++ b/src/XrrProperty.c @@ -41,7 +41,7 @@ XRRListOutputProperties (Display *dpy, RROutput output, int *nprop) int nbytes, nbytesRead, rbytes; int i; xRRQueryVersionReq *vreq; - Atom *props; + Atom *props = NULL; RRCheckExtension (dpy, info, 0); |