summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2017-05-30 15:22:35 +0000
committerjabiertxof <info@marker.es>2017-05-30 15:22:35 +0000
commit379acda65c15a5ef67b0ab69be96391975816efb (patch)
tree17f4a54f62f2a151a3f10e059bc75341a950c1a3 /src
parentFix bug pointed by parclytaxel in IRC (diff)
downloadinkscape-379acda65c15a5ef67b0ab69be96391975816efb.tar.gz
inkscape-379acda65c15a5ef67b0ab69be96391975816efb.zip
Fix broken fix for bug pointed by parclytaxel in IRC
(bzr r15719)
Diffstat (limited to 'src')
-rw-r--r--src/sp-lpe-item.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sp-lpe-item.cpp b/src/sp-lpe-item.cpp
index 1333642e9..84d318db2 100644
--- a/src/sp-lpe-item.cpp
+++ b/src/sp-lpe-item.cpp
@@ -555,6 +555,9 @@ void SPLPEItem::removeAllPathEffects(bool keep_paths)
return;
}
}
+
+ PathEffectList::iterator it = this->path_effect_list->begin();
+
while ( it != this->path_effect_list->end() ) {
LivePathEffectObject *lpeobj = (*it)->lpeobject;
if (lpeobj) {