Skip to content

Commit

Permalink
Fixed memory leak.
Browse files Browse the repository at this point in the history
  • Loading branch information
dlemstra committed Jul 16, 2023
1 parent cd16a44 commit c90e79b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion magick/draw.c
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,6 @@ MagickExport DrawInfo *CloneDrawInfo(const ImageInfo *image_info,
clone_info->composite_mask=CloneImage(draw_info->composite_mask,0,0,
MagickTrue,&draw_info->composite_mask->exception);
clone_info->render=draw_info->render;
clone_info->image_info=CloneImageInfo(draw_info->image_info);
clone_info->debug=draw_info->debug;
return(clone_info);
}
Expand Down

0 comments on commit c90e79b

Please # to comment.