Revert "static_libs/vg_common: Fix resource leak"

Revert this as it causes edje_cc to segfault.

This reverts commit 2a4c87bb11.
This commit is contained in:
Christopher Michael 2019-04-24 09:35:30 -04:00
parent 132c00a4cb
commit af4c6df7bb
1 changed files with 0 additions and 2 deletions

View File

@ -1052,8 +1052,6 @@ vg_common_create_svg_node_helper(Efl_VG *vg, Svg_Node *parent)
memcpy(svg_node->node.command.points, points, sizeof (double) * points_count);
_apply_svg_property(svg_node, vg);
}
free(svg_node);
}
Svg_Node *