From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <61e54edafc804ce595b89710afdce80b@hamnavoe.com> To: 9fans@9fans.net From: Richard Miller <9fans@hamnavoe.com> Date: Mon, 3 Jun 2013 11:47:52 +0100 In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: Re: [9fans] test(1) -older bug? Topicbox-Message-UUID: 60ef0b64-ead8-11e9-9d60-3106f5b1d025 >> its /n/sources/patch/testolder, also leaks dir in the case: >> >> if(rel) >> n = time(0) - n; >> if(n < 0) >> return 0; <----- HERE >> r = dir->mtime < n; >> >> free(dir); >> return r; And the consequences of not freeing a few bytes of memory, in a command which will exit a few microseconds later, would be ... ?