Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'master' into notifications
  • Loading branch information
galonsky committed Apr 9, 2011
2 parents 7a70db8 + 0aec2bc commit 1b36564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Classes/Instapaper/InstapaperRequest.m
Expand Up @@ -14,7 +14,7 @@ @implementation InstapaperRequest

- (id)initWithSession:(InstapaperSession *)session_ {
if ((self = [super init])) {
session = session_;
session = [session_ retain];
}

return self;
Expand Down

0 comments on commit 1b36564

Please sign in to comment.