In tagmanager/src/tm_workspace.c:

>  #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]);

s/strdup/g_strdup/


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub