Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
17ac4059
Commit
17ac4059
authored
Jan 24, 2023
by
Rémi Bernon
Committed by
Alexandre Julliard
Jan 24, 2023
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
dwrite: Statically init the system_fallback locale list.
To avoid a crash on DLL unload if it wasn't initialized.
parent
90d50bc6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
analyzer.c
dlls/dwrite/analyzer.c
+4
-1
No files found.
dlls/dwrite/analyzer.c
View file @
17ac4059
...
...
@@ -551,7 +551,10 @@ struct dwrite_fontfallback_builder
size_t
mappings_size
;
};
static
struct
fallback_data
system_fallback
;
static
struct
fallback_data
system_fallback
=
{
.
locales
=
LIST_INIT
(
system_fallback
.
locales
),
};
static
void
release_fallback_mapping
(
struct
fallback_mapping
*
mapping
)
{
...
...
Vitaly Lipatov
@lav
mentioned in commit
1004fc25
·
Feb 25, 2024
mentioned in commit
1004fc25
mentioned in commit 1004fc2587120a6e9b95a8fd94a716890a90b0eb
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment