From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jason at zx2c4.com (Jason A. Donenfeld) Date: Fri, 9 Oct 2015 14:25:51 +0200 Subject: [PATCH 6/8] cmd: fix resource leak: free allocation from cgit_currenturl and fmtalloc In-Reply-To: <20151009141609.5aedbea1@leda.localdomain> References: <1444389351-2154-1-git-send-email-list@eworm.de> <1444389351-2154-6-git-send-email-list@eworm.de> <20151009140854.5e852528@leda.localdomain> <5617AF4C.8050501@hupie.com> <20151009141609.5aedbea1@leda.localdomain> Message-ID: My guess is the fact that sometimes that function returned a const values and other times an allocated value tripped it up. It's flow graph can only be so big...