summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/GetProp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GetProp.c b/src/GetProp.c
index a80c19c..5d6e0b8 100644
--- a/src/GetProp.c
+++ b/src/GetProp.c
@@ -46,7 +46,7 @@ XGetWindowProperty(
{
xGetPropertyReply reply;
register xGetPropertyReq *req;
- xError error;
+ xError error = {0};
LockDisplay(dpy);
GetReq (GetProperty, req);