Skip Menu |

This queue is for tickets about the Math-Geometry-Planar-GPC-Polygon CPAN distribution.

Report information
The Basics
Id: 14206
Status: resolved
Priority: 0/
Queue: Math-Geometry-Planar-GPC-Polygon

People
Owner: Nobody in particular
Requestors: explorer [...] joaquinferrero.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.05
Fixed in: (no value)



Subject: No close filehandle at functions.c file
At Polygon/functions.c file, at to_file() function, is necessary to add this last line: fclose(ofp); And at from_file() function, to insert this line: fclose(sfp); above the return statement.
dup of bug #14174