([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:
Andrew McCallum 1996-04-18 01:54:11 +00:00
parent 89caa7c8fa
commit e96f98277d

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