Working NSPDFImageRep

This commit is contained in:
Gregory John Casamento 2019-12-02 10:53:08 -05:00
parent eda8ed07eb
commit 208116ad08
3 changed files with 63 additions and 20 deletions

View file

@ -232,7 +232,7 @@
+ (id) imageRepWithData: (NSData *)data
{
return [[[self alloc] initWithData: data] autorelease];
return AUTORELEASE([[self alloc] initWithData: data]);
}
- (id) initWithData: (NSData *)data