summaryrefslogtreecommitdiff
path: root/xdpyinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'xdpyinfo.c')
-rw-r--r--xdpyinfo.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/xdpyinfo.c b/xdpyinfo.c
index 093b7c1..c132d78 100644
--- a/xdpyinfo.c
+++ b/xdpyinfo.c
@@ -1120,6 +1120,7 @@ print_xrender_info(Display *dpy, char *extname)
for (count = 0; (pictform = XRenderFindFormat (dpy, PictFormatDepth, &templ, count)); count++)
printf(" pict format id: 0x%lx\n", pictform->id);
}
+ if (depths) XFree (depths);
}
return 1;
}