Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
clen_ entries
|
|
Reported by Rick Kirian
|
|
|
|
|
|
|
|
|
|
|
|
|
|
scaling-report.h mustn't be included by two .c files compiled into the same binary
|
|
Because we also need it to work when reading a stream.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This option is provided for backwards compatibility
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The "defaults" structure gets copied along with everything else by copy_geom().
Therefore, the same pointer might end up in two places leading to a double free.
Better to free it once only after reading the geometry.
|
|
|