Cleanup: initialize variable to quiet warning

This commit is contained in:
Jacques Lucke 2021-08-04 12:31:48 +02:00
parent 051141acde
commit 557e7f135e
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ void IMB_metadata_ensure(struct IDProperty **metadata)
return;
}
IDPropertyTemplate val;
IDPropertyTemplate val = {0};
*metadata = IDP_New(IDP_GROUP, &val, "metadata");
}