]> Dogcows Code - chaz/openbox/blobdiff - src/XAtom.cc
put !normal windows in the general client list too
[chaz/openbox] / src / XAtom.cc
index e0fac57cd15de4e948beae47a20616e814e68eca..27912abdeee02145bfedcdee907410695862d415 100644 (file)
@@ -359,7 +359,7 @@ bool XAtom::getValue(Window win, Atom atom, Atom type,
   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;
This page took 0.022238 seconds and 4 git commands to generate.