Skip to content

Commit 49d44ff

Browse files
Initialize pp_info_out in tests
1 parent e7fc7b9 commit 49d44ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ int main()
688688
for (i = 0; i < NUM_ELEMS(tests); i++)
689689
{
690690
printf("Running test: %s...", tests[i].name);
691-
pp_info_t pp_info_out;
691+
pp_info_t pp_info_out = {0};
692692
int32_t pp_parse_hdr_rc = 0;
693693
if (tests[i].raw_bytes_in)
694694
{

0 commit comments

Comments
 (0)