all repos — openbox @ 49a70012642a6d18529dc2efedc6e9c604c0a0b2

openbox fork - make it a bit more like ryudo

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

49a70012642a6d18529dc2efedc6e9c604c0a0b2

parent

4ee425c13e31d896b1bf07ecc2d66e0b0fe94788

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

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

@@ -210,7 +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); + if (p->pixel_data != NULL) g_free(p->pixel_data); } g_free(a); }