all repos — openbox @ 4ee425c13e31d896b1bf07ecc2d66e0b0fe94788

openbox fork - make it a bit more like ryudo

free the pixel data
Dana Jansens danakj@orodu.net
commit

4ee425c13e31d896b1bf07ecc2d66e0b0fe94788

parent

59be9ae1d2ab7080a853242114535dc8d7440099

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
M render/render.crender/render.c

@@ -210,6 +210,7 @@ p = &a->surface.data.planar;

if (p->primary != NULL) color_free(p->primary); if (p->secondary != NULL) color_free(p->secondary); if (p->border_color != NULL) color_free(p->border_color); + if (p->pixel_data != NULL) g_free(l->surface.data.planar.pixel_data); } g_free(a); }