summaryrefslogtreecommitdiffstats
path: root/src/widgets/stroke-style.cpp
diff options
context:
space:
mode:
authorJohn Smith <john.smith7545@yahoo.com>2012-09-23 22:27:49 +0000
committerJohn Smith <john.smith7545@yahoo.com>2012-09-23 22:27:49 +0000
commit8569f055798b87d1bbc074006adc4addf0f43450 (patch)
treea9b6683080f9b9ed56128da45f2406a6453559d1 /src/widgets/stroke-style.cpp
parentFix for 170395 : Add Trace Bitmap to context menu of images : Focus fix (diff)
downloadinkscape-8569f055798b87d1bbc074006adc4addf0f43450.tar.gz
inkscape-8569f055798b87d1bbc074006adc4addf0f43450.zip
Fix for 165865 : Assert when duplicating markers
(bzr r11699)
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;