<p>In <a href="https://github.com/geany/geany-plugins/pull/457#discussion_r70166361">geanydoc/src/geanydoc.c</a>:</p>
<pre style='color:#555'>> GtkWidget *dialog, *entry;
>
> /* example configuration dialog */
> - dialog = create_Interactive();
> + dialog = create_Interactive(default_word);
> + if (default_word)
> + g_free(default_word);
</pre>
<p><code>g_free()</code> (like <code>free()</code>) is <code>NULL</code>-safe, no need to guard it</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-plugins/pull/457/files/85d6d5d8780bb063c0b3033acf91b384a5483355#r70166361">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe/ABDrJ8dkkPdk9S7OKDdQ9Y6CMSdscikkks5qT455gaJpZM4JIlvn">mute the thread</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJz7M27pp8nKz2HHe1apnezCd2SzTks5qT455gaJpZM4JIlvn.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-plugins/pull/457/files/85d6d5d8780bb063c0b3033acf91b384a5483355#r70166361"></link>
<meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>