release pool when done
This commit is contained in:
@@ -212,12 +212,12 @@ krb5_kdc_process_request(krb5_context context,
|
|||||||
if (services[i].flags & KS_NO_LENGTH)
|
if (services[i].flags & KS_NO_LENGTH)
|
||||||
*prependlength = 0;
|
*prependlength = 0;
|
||||||
|
|
||||||
heim_auto_release_drain(pool);
|
heim_release(pool);
|
||||||
return ret;
|
return ret;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
heim_auto_release_drain(pool);
|
heim_release(pool);
|
||||||
|
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user