release pool when done

This commit is contained in:
Love Hörnquist Åstrand
2014-08-23 18:54:05 -07:00
parent d1cee9a14b
commit 4b0121f545

View File

@@ -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;
} }