diff options
-rw-r--r-- | source/fitz/path.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/fitz/path.c b/source/fitz/path.c index 56510329..5bb669e1 100644 --- a/source/fitz/path.c +++ b/source/fitz/path.c @@ -1544,6 +1544,7 @@ fz_clone_path(fz_context *ctx, fz_path *path) } fz_catch(ctx) { + fz_free(ctx, new_path->coords); fz_free(ctx, new_path->cmds); fz_free(ctx, new_path); fz_rethrow(ctx); |