mirror of
https://github.com/aaru-dps/libaaruformat.git
synced 2025-12-16 19:24:40 +00:00
[refactor] Initialize variables to default values in multiple files
This commit is contained in:
@@ -28,9 +28,9 @@
|
||||
|
||||
int aaruf_close(void *context)
|
||||
{
|
||||
int i;
|
||||
mediaTagEntry *mediaTag;
|
||||
mediaTagEntry *tmpMediaTag;
|
||||
int i = 0;
|
||||
mediaTagEntry *mediaTag = NULL;
|
||||
mediaTagEntry *tmpMediaTag = NULL;
|
||||
|
||||
if(context == NULL)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user