From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on inbox.vuxu.org X-Spam-Level: X-Spam-Status: No, score=-0.0 required=5.0 tests=T_SCC_BODY_TEXT_LINE autolearn=ham autolearn_force=no version=3.4.4 Received: (qmail 16190 invoked from network); 11 Sep 2022 11:34:32 -0000 Received: from 9front.inri.net (168.235.81.73) by inbox.vuxu.org with ESMTPUTF8; 11 Sep 2022 11:34:32 -0000 Received: from duke.felloff.net ([216.126.196.34]) by 9front; Sun Sep 11 07:33:11 -0400 2022 Message-ID: <06BA1359995AFA59516CB94F320CD04F@felloff.net> Date: Sun, 11 Sep 2022 13:32:59 +0200 From: cinap_lenrek@felloff.net To: 9front@9front.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit List-ID: <9front.9front.org> List-Help: X-Glyph: ➈ X-Bullshit: asynchronous encrypted XMPP over JSON polling storage-aware controller Subject: Re: [9front] port/timer: rewrite to use timer wheel Reply-To: 9front@9front.org Precedence: bulk theres a memory leak of the alarms. pexit() used to cancel the alarm by setting up->alarm = 0, now, that will zap the pointer. we have to replace that with procalarm(0); call instead. -- cinap