Plug memory leak in prf function
This commit is contained in:
@@ -132,6 +132,7 @@ _gsskrb5_pseudo_random(OM_uint32 *minor_status,
|
||||
krb5_data_free(&output);
|
||||
num++;
|
||||
}
|
||||
free(input.data);
|
||||
|
||||
krb5_crypto_destroy(context, crypto);
|
||||
|
||||
|
Reference in New Issue
Block a user