From: a bellenir Date: Sat, 26 Jul 2014 02:40:12 +0000 (+0000) Subject: rm old comments X-Git-Url: https://git.mdlowis.com/?a=commitdiff_plain;h=739da200ae66aa69e437be38247d026df63a3000;p=archive%2Fafm.git rm old comments --- diff --git a/source/workdir.c b/source/workdir.c index c8b83b7..37669f9 100644 --- a/source/workdir.c +++ b/source/workdir.c @@ -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); }