<p>In <a href="https://github.com/geany/geany/pull/1095#discussion_r68813176">src/spawn.c</a>:</p>
<pre style='color:#555'>> @@ -522,6 +522,9 @@ static gboolean spawn_async_with_pipes(const gchar *working_directory, const gch
>  #ifdef G_OS_WIN32
>    GString *command;
>    GArray *environment;
> +  GError *gerror = NULL;
> +  gchar *locale_working_directory;
> +  gchar *locale_command;
</pre>
<p>those 2 are conditionally initialized but unconditionally freed, not good :)</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, <a href="https://github.com/geany/geany/pull/1095/files/a95f174fe1ab0707c8fc092fceb9294cb92123b3#r68813176">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/ABDrJ7wef5nEGwuOLg63oJBQfC6zMr34ks5qQWX8gaJpZM4I_lTo">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ8f6AfxcHEUTQZ31hwLmgx_25p4Tks5qQWX8gaJpZM4I_lTo.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/1095/files/a95f174fe1ab0707c8fc092fceb9294cb92123b3#r68813176"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>