ILGeoNames
ILGeoNames copied to clipboard
Fix for a crash in ILGeoNamesLookup.m
-
(void)dealloc { delegate = nil; //fixes a crash when calling respondsToSelector on deallocated object [userID release];
[super dealloc]; }