mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
fclose if not null.
This commit is contained in:
+2
-1
@@ -184,7 +184,8 @@ for_each_gem (char before[1024], char after[1024],
|
||||
skip = FALSE;
|
||||
else
|
||||
skip = TRUE;
|
||||
fclose(check);
|
||||
if (check)
|
||||
fclose(check);
|
||||
}
|
||||
|
||||
if (skip == FALSE)
|
||||
|
||||
Reference in New Issue
Block a user