Skip to content

Commit

Permalink
fix for crash on import from url thanks to [snowyu](https://github.co…
Browse files Browse the repository at this point in the history
  • Loading branch information
ttscoff committed Jul 4, 2012
1 parent 91543fb commit 8a64883
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AlienNoteImporter.m
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ - (void)importURLInBackground:(NSURL*)aURL linkTitle:(NSString*)linkTitle recept

[self retain];

(void)[[[URLGetter alloc] initWithURL:aURL delegate:self userData:linkTitle] autorelease];
(void)[[URLGetter alloc] initWithURL:aURL delegate:self userData:linkTitle];
}

- (NSArray*)importedNotes {
Expand Down

0 comments on commit 8a64883

Please sign in to comment.