xwm: Don't leak render format reply

Spotted by psychon on irc.
Kristian Høgsberg 13 years ago
parent a416fa15d5
commit 2459fd6563
  1. 2
      src/xserver-launcher.c

@ -1612,6 +1612,8 @@ wxs_wm_get_resources(struct weston_wm *wm)
if (formats[i].type == XCB_RENDER_PICT_TYPE_DIRECT &&
formats[i].depth == 24)
wm->render_format = formats[i];
free(formats_reply);
}
static void

Loading…
Cancel
Save