([SecondServer -addRemoteObject:]): Don't free the string returned;

mframe already does it!


git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@1468 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
mccallum 1996-04-18 01:54:11 +00:00
parent e22f4e890b
commit c4658c729b

View file

@ -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;
}