summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sent.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sent.c b/sent.c
index 9534fca..d949d71 100644
--- a/sent.c
+++ b/sent.c
@@ -270,6 +270,9 @@ ffprepare(Image *img)
if (depth < 24)
die("sent: Display color depths < 24 not supported");
+ if (img->ximg)
+ XDestroyImage(img->ximg);
+
if (!(img->ximg = XCreateImage(xw.dpy, CopyFromParent, depth, ZPixmap, 0,
NULL, width, height, 32, 0)))
die("sent: Unable to create XImage");
Software created with 💖