aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2004-12-03 14:20:18 +0000
committerSergey Poznyakoff <gray@gnu.org.ua>2004-12-03 14:20:18 +0000
commit3d2c00d05fa47df33c505a070d54a001827147c0 (patch)
tree4cf4975cedb85bdab4d810e32e2831c0ebf0c120 /src
parentd8296f893da4f7bc4f259caed2edcdaaf0479cf7 (diff)
downloadanubis-3d2c00d05fa47df33c505a070d54a001827147c0.tar.gz
anubis-3d2c00d05fa47df33c505a070d54a001827147c0.tar.bz2
(install_gsasl_stream): Use xmalloc
Diffstat (limited to 'src')
-rw-r--r--src/gsasl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gsasl.c b/src/gsasl.c
index fd6437d..f457a75 100644
--- a/src/gsasl.c
+++ b/src/gsasl.c
@@ -186,7 +186,7 @@ _gsasl_destroy (void *sd)
void
install_gsasl_stream (Gsasl_session_ctx * sess_ctx, NET_STREAM * stream)
{
- struct anubis_gsasl_stream *s = malloc (sizeof *s);
+ struct anubis_gsasl_stream *s = xmalloc (sizeof *s);
s->sess_ctx = sess_ctx;
_auth_lb_create (&s->lb);

Return to:

Send suggestions and report system problems to the System administrator.