Merge Adam Wight's 'mem-fix' into stable.

This commit is contained in:
John Ralls 2023-11-06 12:33:41 -08:00
commit 4da655d0f9

View File

@ -145,7 +145,7 @@ gchar *gnc_path_get_localedir()
{
g_free (prefix);
g_free (locale_subdir);
return LOCALEDIR;
return g_strdup (LOCALEDIR);
}
else
{