<p>In <a href="https://github.com/geany/geany/pull/547#discussion_r47446682">src/utils.c</a>:</p>
<pre style='color:#555'>> @@ -556,7 +556,7 @@ gchar *utils_str_middle_truncate(const gchar *string, guint truncate_length)
>  
>    length = strlen(string);
>  
> -  g_return_val_if_fail(g_utf8_validate(string, length, NULL), NULL);
> +  g_return_val_if_fail(g_utf8_validate(string, length, NULL), g_strdup(string));
</pre>
<p>Wouldn't the <code>g_strdup(string)</code> leaked in case g_return_val_if_fail() does not return on fail?</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany/pull/547/files#r47446682">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ6P7jlgKmpoRSmhR5fngLC13YYPlks5pPZIGgaJpZM4FRC1n.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/547/files#r47446682"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>