Skip to content

Commit

Permalink
fix memory leak
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris committed Jul 9, 2010
1 parent 37eac40 commit 3a5a0d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions NKDBarcodeOffscreenView.m
Expand Up @@ -240,6 +240,7 @@ - (NSData *)pdfInsideRect:(CGRect)rect {
CGPDFContextEndPage(context);
CGPDFContextClose(context);
CGDataConsumerRelease(consumer);
CGContextRelease(context);
return data;
}

Expand Down

0 comments on commit 3a5a0d3

Please sign in to comment.