Re: [PATCH] speed: reuse char instead of recreation in loop
From: Thomas Spura <hidden> Date: 2016-06-15 22:46:49
Am Mon, 25 May 2009 22:39:05 +0200 schrieb René Scharfe:
This introduces a memory leak. The string pointed to by ref is
allocated by dwim_ref() and needs to be free()'d after use, and -- more
importantly -- before ref is assigned its next value by dwim_ref().