<p>In <a href="https://github.com/geany/geany/pull/957#discussion_r61930836">tagmanager/src/tm_workspace.c</a>:</p>
<pre style='color:#555'>>  #endif
> -                  if (!g_hash_table_lookup(includes_files_hash,
> -                                                                  globbuf.gl_pathv[idx_glob]))
> -                  {
> -                          char* file_name_copy = strdup(globbuf.gl_pathv[idx_glob]);
> -                          g_hash_table_insert(includes_files_hash, file_name_copy,
> -                                                                  file_name_copy);
> +                          if (!g_hash_table_lookup(table, globbuf.gl_pathv[idx_glob]))
> +                          {
> +                                  gchar *file_name_copy = strdup(globbuf.gl_pathv[idx_glob]);
</pre>
<p>s/strdup/g_strdup/</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#r61930836">view it on GitHub</a><img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ7GlzcH_NMgEAnwx082MmlFoO5MUks5p95NsgaJpZM4Ht-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#r61930836"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>