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:
rfm 2010-10-28 22:50:38 +00:00
parent 7a53294125
commit bdedbafecb
4 changed files with 96 additions and 2 deletions

View file

@ -342,6 +342,7 @@ typedef struct
RELEASE(limit);
}
data = RETAIN([collector _data]);
[conn release];
}
return AUTORELEASE(data);
}