all repos — openbox @ 78a8ca9e533e410444cd328f68e8006d03b9b145

openbox fork - make it a bit more like ryudo

the comment more accurate
Dana Jansens danakj@orodu.net
commit

78a8ca9e533e410444cd328f68e8006d03b9b145

parent

33d2ceccbe41a2abdb4b145ba56138b55e5d4973

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

jump to
M src/XAtom.ccsrc/XAtom.cc

@@ -359,7 +359,7 @@ int size) const {

assert(win != None); assert(atom != None); assert(type != None); assert(size == 8 || size == 16 || size == 32); assert(nelements > 0); - unsigned char *c_val = 0; // value alloc'd with c malloc + unsigned char *c_val = 0; // value alloc'd in Xlib, must be XFree()d Atom ret_type; int ret_size; unsigned long ret_bytes;