Skip to content
This repository has been archived by the owner on Apr 20, 2023. It is now read-only.

Commit

Permalink
fixes rnystrom#23
Browse files Browse the repository at this point in the history
  • Loading branch information
timstudt committed Jul 8, 2013
1 parent 5918ecc commit e44347d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions RNBlurModalView.m
Original file line number Diff line number Diff line change
Expand Up @@ -692,6 +692,7 @@ -(UIImage *)boxblurImageWithBlur:(CGFloat)blur {
CGColorSpaceRelease(colorSpace);

free(pixelBuffer);
free(pixelBuffer2);
CFRelease(inBitmapData);

CGImageRelease(imageRef);
Expand Down

0 comments on commit e44347d

Please sign in to comment.