Skip to content
Snippets Groups Projects
Commit e0e5c1fe authored by Patrick Meidl's avatar Patrick Meidl
Browse files

fixed attribute handling bug in _objs_from_sth

parent d5c7550c
No related branches found
No related tags found
No related merge requests found
......@@ -372,7 +372,7 @@ sub _objs_from_sth {
if($feat) {
#start working on a new feature, discard references to last one
$feat = {};
$feat_attribs = {};
$feat_attribs = [];
$feat_misc_sets = {};
$seen_attribs = {};
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment