Changed to allocate a new instance

This commit is contained in:
Gregory John Casamento 2020-08-09 08:49:20 -04:00
parent 72eb294eb6
commit 938467102e

View file

@ -38,7 +38,7 @@
if (self != nil)
{
// initialize finder...
_finder = [GSTextFinder sharedTextFinder];
_finder = [[GSTextFinder alloc] init];
}
return self;
}