ILGeoNames icon indicating copy to clipboard operation
ILGeoNames copied to clipboard

Fix for a crash in ILGeoNamesLookup.m

Open schibo opened this issue 10 years ago • 0 comments

  • (void)dealloc { delegate = nil; //fixes a crash when calling respondsToSelector on deallocated object [userID release];

    [super dealloc]; }

schibo avatar Mar 07 '14 06:03 schibo