summaryrefslogtreecommitdiffstats
path: root/src/ui/tools/freehand-base.cpp
diff options
context:
space:
mode:
authorroot <root@jtx.marker.es>2014-03-19 21:49:07 +0000
committerroot <root@jtx.marker.es>2014-03-19 21:49:07 +0000
commitc6e50a519c55220ccd4efdd6a7a7dbe51cf9fa04 (patch)
treee7c406cbc8a6d79896322c58147b656097c116e0 /src/ui/tools/freehand-base.cpp
parentupdate to trunk (diff)
downloadinkscape-c6e50a519c55220ccd4efdd6a7a7dbe51cf9fa04.tar.gz
inkscape-c6e50a519c55220ccd4efdd6a7a7dbe51cf9fa04.zip
Fixing suv mac bug continuing existing bsplines/spiro paths
(bzr r11950.1.303)
Diffstat (limited to 'src/ui/tools/freehand-base.cpp')
-rw-r--r--src/ui/tools/freehand-base.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/tools/freehand-base.cpp b/src/ui/tools/freehand-base.cpp
index 67b603ab0..d34ca2142 100644
--- a/src/ui/tools/freehand-base.cpp
+++ b/src/ui/tools/freehand-base.cpp
@@ -566,7 +566,7 @@ void spdc_concat_colors_and_flush(FreehandBase *dc, gboolean forceclosed)
s = reverse_then_unref(s);
}
s->append_continuous(c, 0.0625);
- c->unref();
+ c->reset();
c = s;
} else /* Step D - test end */ if (dc->ea) {
SPCurve *e = dc->ea->curve;