mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +00:00
add delivery notification requests and fix memory leak.
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@31571 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
7a53294125
commit
bdedbafecb
4 changed files with 96 additions and 2 deletions
|
@ -342,6 +342,7 @@ typedef struct
|
|||
RELEASE(limit);
|
||||
}
|
||||
data = RETAIN([collector _data]);
|
||||
[conn release];
|
||||
}
|
||||
return AUTORELEASE(data);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue