<p>In <a href="https://github.com/geany/geany/pull/957#discussion_r61931561">tagmanager/src/tm_workspace.c</a>:</p>
<pre style='color:#555'>>  
> +  if (!outf)
> +          return NULL;
> +  if (!tmp_errfile)
> +  {
> +          g_unlink(outf);
> +          g_free(outf);
> +          return NULL;
> +  }
</pre>
<p>that's not correct, if <code>outf</code> failed to be created but not <code>tmp_errfile</code>, that last one is leaked.  Unlikely I agreed, but still possible and probably worth fixing.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly or <a href="https://github.com/geany/geany/pull/957/files/1c4aaa0eb72aa9e3c60cd604d4c20ca5f7dc5c8f..b72b8596346c5dcecb4ecb55d12311b2405a470f#r61931561">view it on GitHub</a><img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ2hyURWgiz96UCOKD_34KBBR1gFDks5p95RcgaJpZM4Ht-Ad.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany/pull/957/files/1c4aaa0eb72aa9e3c60cd604d4c20ca5f7dc5c8f..b72b8596346c5dcecb4ecb55d12311b2405a470f#r61931561"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>