In tagmanager/src/tm_workspace.c:

>  		{
> -			char* file_name_copy = strdup(includes[idx_inc]);
> -			g_hash_table_insert(includes_files_hash, file_name_copy,
> -								file_name_copy);
> +			if (!g_hash_table_lookup(table, includes[i]))
> +			{
> +				gchar* file_name_copy = strdup(includes[i]);

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