Skip to content

Commit

Permalink
Fix an uninitialized variable error introduced by #34877. (#34951)
Browse files Browse the repository at this point in the history
  • Loading branch information
vargaz authored Apr 14, 2020
1 parent c82ee2e commit ff01bf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mono/mono/metadata/assembly.c
Original file line number Diff line number Diff line change
Expand Up @@ -4806,6 +4806,7 @@ mono_assembly_request_byname (MonoAssemblyName *aname, const MonoAssemblyByNameR
result = prevent_reference_assembly_from_running (result, refonly);
}
#else
result = NULL;
if (bundles != NULL) {
MonoImageOpenStatus status;
MonoImage *image;
Expand Down

0 comments on commit ff01bf7

Please sign in to comment.