Revision 153edb5e asi-http-request-with-pithos/Classes/Pithos/ASIPithosContainer.m

b/asi-http-request-with-pithos/Classes/Pithos/ASIPithosContainer.m
41 41
@synthesize blockSize, blockHash, objectMeta;
42 42

  
43 43
+ (id)container {
44
	ASIPithosContainer *container = [[[self alloc] init] autorelease];
44
	ASIPithosContainer *container = [[self alloc] init];
45 45
	return container;
46 46
}
47 47

  
......
50 50
            name, count, bytes, lastModified, untilTimestamp, policy, metadata, blockSize, blockHash, objectMeta];
51 51
}
52 52

  
53
-(void) dealloc {
54
    [objectMeta release];
55
    [blockHash release];
56
    [metadata release];
57
    [policy release];
58
    [untilTimestamp release];
59
    [lastModified release];
60
	[name release];
61
	[super dealloc];
62
}
63 53

  
64 54
@end

Also available in: Unified diff