]> git.mdlowis.com Git - archive/afm.git/commitdiff
rm old comments
authora bellenir <a@bellenir.com>
Sat, 26 Jul 2014 02:40:12 +0000 (02:40 +0000)
committera bellenir <a@bellenir.com>
Sat, 26 Jul 2014 02:40:12 +0000 (02:40 +0000)
source/workdir.c

index c8b83b7e922ddeaa8ecf914aa48a816b16b1adc1..37669f92204a9c4f09ebf540860fc1c945a47d4f 100644 (file)
@@ -133,8 +133,6 @@ void workdir_ls(WorkDir_T* wd){
     }
     free(filename);
     pclose(ls);
-    //mem_release(dotdot); #dont free, because there's a bug(?) in vectors and reference counting
-    //reference counter is not incremented for added items, so releasinghere will free the memory
     mem_release(cmd);
 }