From: Luke Howard Date: Tue, 28 Sep 2010 10:34:00 +0000 (+0200) Subject: cleanup X-Git-Url: http://www.project-moonshot.org/gitweb/?p=cyrus-sasl.git;a=commitdiff_plain;h=b72270ab693fee28eed84881aeb60540219962f7 cleanup --- diff --git a/plugins/gs2.c b/plugins/gs2.c index 00cbefe..9667274 100644 --- a/plugins/gs2.c +++ b/plugins/gs2.c @@ -192,7 +192,7 @@ sasl_gs2_new_context(const sasl_utils_t *utils) context_t *ret; ret = utils->malloc(sizeof(context_t)); - if (!ret) + if (ret == NULL) return NULL; memset(ret, 0, sizeof(context_t));