Skip to content

Commit

Permalink
Merge pull request #51 from fediachov/master
Browse files Browse the repository at this point in the history
coverity fixes, solid brush dispose
  • Loading branch information
Detrav authored Dec 11, 2018
2 parents b1aa970 + f16375d commit dcc86e6
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 dcc86e6

Please sign in to comment.