Skip to content

Commit acb3aba

Browse files
Merge pull request #4876 from romainbrenguier/bugfix/convert-method-include
Default initialize class_hierarchy
2 parents 8562b28 + 0cc6f93 commit acb3aba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jbmc/unit/java_bytecode/java_bytecode_convert_method/convert_method.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,7 @@ SCENARIO(
414414
{
415415
symbol_tablet symbol_table;
416416
java_string_library_preprocesst string_preprocess;
417-
const class_hierarchyt class_hierarchy;
417+
const class_hierarchyt class_hierarchy{};
418418
java_bytecode_convert_methodt converter{symbol_table,
419419
null_message_handler,
420420
10,

0 commit comments

Comments
 (0)