diff --git a/Source/NSConnection.m b/Source/NSConnection.m index 9254fdacb..4bbb061ac 100644 --- a/Source/NSConnection.m +++ b/Source/NSConnection.m @@ -1851,7 +1851,7 @@ static int messages_received_count; { c = [connection_array objectAtIndex:i]; [c removeLocalObject: anObj]; - [c removeProxy: anObj]; +// [c removeProxy: anObj]; } }