Skip to content

Commit

Permalink
Merge pull request #2 from Krizzzn/master
Browse files Browse the repository at this point in the history
Corrected my Bugfix.
  • Loading branch information
gdawg committed Aug 15, 2011
2 parents ecd9213 + d519c69 commit c556c5d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 7 additions & 0 deletions image-dsp/DisplayImageVc.m
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,11 @@ -(IBAction) changeImage:(UISegmentedControl*)imageControl {
}
}

- (void)dealloc{
[__dest release];
[__src release];
[__imageView release];
[super dealloc];
}

@end
1 change: 0 additions & 1 deletion image-dsp/UIImage+DSP.m
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ -(UIImage*) imageByApplyingMatrix:(float*)matrix ofSize:(DSPMatrixSize)matrixSiz
// clear all our cg stuff
CGDataProviderRelease(dataProvider);
free(srcData);
free(finalData);
}
CGContextRelease(context);

Expand Down

0 comments on commit c556c5d

Please sign in to comment.