summaryrefslogtreecommitdiffstats
path: root/src/widgets/stroke-style.cpp
diff options
context:
space:
mode:
authorsu_v <suv-sf@users.sourceforge.net>2012-09-25 20:41:04 +0000
committer~suv <suv-sf@users.sourceforge.net>2012-09-25 20:41:04 +0000
commit10f49c2924837a6b429b2ad7d41deb1a400cc913 (patch)
tree72c2781995a3666454e51043b713683501283bea /src/widgets/stroke-style.cpp
parentChanges from 2012-09-24 (diff)
parentDoc. Shapes tutorial update (see Bug #817907 - Linked offsets regression). (diff)
downloadinkscape-10f49c2924837a6b429b2ad7d41deb1a400cc913.tar.gz
inkscape-10f49c2924837a6b429b2ad7d41deb1a400cc913.zip
merge from trunk (r11704)
(bzr r11668.1.14)
Diffstat (limited to 'src/widgets/stroke-style.cpp')
-rw-r--r--src/widgets/stroke-style.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/widgets/stroke-style.cpp b/src/widgets/stroke-style.cpp
index 5f686881f..832865eae 100644
--- a/src/widgets/stroke-style.cpp
+++ b/src/widgets/stroke-style.cpp
@@ -601,7 +601,6 @@ StrokeStyle::forkMarker(SPObject *marker, int loc, SPItem *item)
sp_repr_css_set_property(css_item, marker_id, g_strconcat("url(#", mark_repr->attribute("id"), ")", NULL));
sp_repr_css_change_recursive(item->getRepr(), css_item, "style");
- Inkscape::GC::release(mark_repr);
sp_repr_css_attr_unref(css_item);
css_item = 0;