mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
([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:
parent
89caa7c8fa
commit
e96f98277d
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue