Age | Commit message (Collapse) | Author |
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Previously, we were using random(), which is really really bad.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
We know it's broken.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|