Commit 56026c2d authored by mattn's avatar mattn

fclose if not null.

parent 90bd7371
......@@ -184,6 +184,7 @@ for_each_gem (char before[1024], char after[1024],
skip = FALSE;
else
skip = TRUE;
if (check)
fclose(check);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment