From mboxrd@z Thu Jan 1 00:00:00 1970 From: petr.vorel at gmail.com (Petr Vorel) Date: Sun, 12 Mar 2017 19:13:53 +0100 Subject: [PATCH v8 1/1] ui-shared: allow to split the repository link In-Reply-To: <20170312180224.GN2102@john.keeping.me.uk> References: <20170312170044.24780-1-petr.vorel@gmail.com> <20170312175602.7mxqwckrfz26ioac@x230> <20170312180224.GN2102@john.keeping.me.uk> Message-ID: <20170312181353.oixmk3zccdnjabve@x230> Hi John, > It's the return value of cgit_repourl() that needs to be freed, not the > name. You'll need a new local variable for the result of calling > cgit_repourl() which then needs to be freed in the loop. Thanks! Fixed in v9. I ignored t0103-log.sh test failures you mentioned while commenting v7 as you've already proposed a fix (thanks!). Kind regards, Petr