diff --git a/Examples/second-server.m b/Examples/second-server.m index d5383c415..d04d4fce4 100644 --- a/Examples/second-server.m +++ b/Examples/second-server.m @@ -46,9 +46,6 @@ id announce_broken_port (id notification) s = [o appellation]; printf("Added remote object with appellation %s\n", s); - /* Free it because the remote messaging system malloc'ed it for us, - and we don't need it anymore. */ - (*objc_free)((void*)s); return self; }