Skip to content

Commit

Permalink
coverity fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fediachov committed Dec 11, 2018
1 parent b1aa970 commit f16375d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions FastReport.Base/Barcode/BarcodePDF417.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1529,6 +1529,7 @@ internal override void Draw2DBarcode(IGraphicsRenderer g, float kx, float ky)
PixelSize.Width * kx, PixelSize.Height * ky);
}
}
dark.Dispose();
}
#endregion

Expand Down

0 comments on commit f16375d

Please sign in to comment.