diff options
Diffstat (limited to 'src/Xdbe.c')
-rw-r--r-- | src/Xdbe.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -462,6 +462,7 @@ XdbeBackBufferAttributes *XdbeGetBackBufferAttributes( if (!_XReply (dpy, (xReply *) &rep, 0, xTrue)) { UnlockDisplay (dpy); SyncHandle (); + Xfree(attr); return NULL; } attr->window = rep.attributes; |