mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-31 08:41:03 +00:00
Merge branch 'atexit'
This commit is contained in:
commit
b280b40a15
2 changed files with 7 additions and 1 deletions
|
@ -1247,7 +1247,8 @@ static Class runLoopClass;
|
|||
* first thing to do is send out port information (after setting
|
||||
* up a TLS session if necessary).
|
||||
*/
|
||||
ASSIGN(cData, newDataWithEncodedPort(p));
|
||||
RELEASE(cData);
|
||||
cData = newDataWithEncodedPort(p);
|
||||
cLength = 0;
|
||||
|
||||
#if defined(HAVE_GNUTLS)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue