From: mh0310.choi Date: Mon, 10 Oct 2016 10:52:33 +0000 (+0900) Subject: Modify the patch for DF160920-00051 X-Git-Tag: submit/tizen/20161010.113913^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=f8129efb3559ad1e0730403c21ab2b90763ed1ca;p=platform%2Fcore%2Fgraphics%2Fcairo.git Modify the patch for DF160920-00051 Delete Unnecessary code Change-Id: I011c81321442b2bc8b47fcd9ea543fbc4e176413 --- diff --git a/src/cairo-pdf-surface.c b/src/cairo-pdf-surface.c index db5006294..04128081c 100644 --- a/src/cairo-pdf-surface.c +++ b/src/cairo-pdf-surface.c @@ -1115,7 +1115,6 @@ _cairo_pdf_smask_group_destroy (cairo_pdf_smask_group_t *group) if (group->scaled_font) cairo_scaled_font_destroy (group->scaled_font); free (group); - group = NULL; } }