removed free()
authorkouril <kouril>
Sat, 6 Sep 2003 21:25:37 +0000 (21:25 +0000)
committerkouril <kouril>
Sat, 6 Sep 2003 21:25:37 +0000 (21:25 +0000)
spnegokrb5/accept_sec_context.c

index 1ea9ec0..37015df 100644 (file)
@@ -162,7 +162,6 @@ send_accept (OM_uint32 *minor_status,
                                    buf, buf_size,
                                    output_token,
                                    GSS_SPNEGO_MECH);
-    free(buf);
     if (ret)
        return ret;
     return GSS_S_COMPLETE;