summaryrefslogtreecommitdiffstats
path: root/src/proj_pt.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2013-10-02 22:35:52 +0000
committerJabiertxof <jtx@jtx.marker.es>2013-10-02 22:35:52 +0000
commit9240dbde4547c7e7529f31645ea916faae72bafa (patch)
tree82c7e2e222dd3bd92dea9a21ed60c0479f0149b8 /src/proj_pt.cpp
parentupdate to trunk (diff)
parentFix segment welding in the node tool hanging when a two-point segment (diff)
downloadinkscape-9240dbde4547c7e7529f31645ea916faae72bafa.tar.gz
inkscape-9240dbde4547c7e7529f31645ea916faae72bafa.zip
update to trunk
(bzr r12588.1.10)
Diffstat (limited to 'src/proj_pt.cpp')
-rw-r--r--src/proj_pt.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/proj_pt.cpp b/src/proj_pt.cpp
index d9d4e06f1..28286948d 100644
--- a/src/proj_pt.cpp
+++ b/src/proj_pt.cpp
@@ -34,6 +34,7 @@ Pt2::Pt2(const gchar *coord_str) {
pt[0] = g_ascii_strtod(coords[0], NULL);
pt[1] = g_ascii_strtod(coords[1], NULL);
pt[2] = g_ascii_strtod(coords[2], NULL);
+ g_strfreev (coords);
}
void