]> Dogcows Code - chaz/openbox/commitdiff
the comment more accurate
authorDana Jansens <danakj@orodu.net>
Thu, 22 Aug 2002 04:05:43 +0000 (04:05 +0000)
committerDana Jansens <danakj@orodu.net>
Thu, 22 Aug 2002 04:05:43 +0000 (04:05 +0000)
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.022254 seconds and 4 git commands to generate.