Skip to content
Snippets Groups Projects
Commit 117d320e authored by Deucе's avatar Deucе :ok_hand_tone4:
Browse files

Remove duplicate fclose()

parent e50905ee
Branches
Tags
No related merge requests found
...@@ -10723,7 +10723,6 @@ setpixel(x1, y1, xx); ...@@ -10723,7 +10723,6 @@ setpixel(x1, y1, xx);
fclose(icn); fclose(icn);
unlink(cache_path); unlink(cache_path);
FREE_AND_NULL(planes); FREE_AND_NULL(planes);
fclose(icn);
break; break;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment