summaryrefslogtreecommitdiff
path: root/rsvg-path.c
diff options
context:
space:
mode:
Diffstat (limited to 'rsvg-path.c')
-rw-r--r--rsvg-path.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/rsvg-path.c b/rsvg-path.c
index ac6fb581..8c92d975 100644
--- a/rsvg-path.c
+++ b/rsvg-path.c
@@ -568,5 +568,7 @@ rsvg_parse_path (const char *path_str)
if (ctx.param)
rsvg_parse_path_do_cmd (&ctx, TRUE);
+ rsvg_bpath_def_finish (ctx.bpath);
+
return ctx.bpath;
}