ACK'ed on IRC - committed. -Angus
On Wed, May 19, 2010 at 10:17:34AM +1000, Angus Salkeld wrote: > Signed-off-by: Angus Salkeld <[email protected]> > --- > exec/totemudp.c | 1 + > 1 files changed, 1 insertions(+), 0 deletions(-) > > diff --git a/exec/totemudp.c b/exec/totemudp.c > index de0b4eb..47fb8db 100644 > --- a/exec/totemudp.c > +++ b/exec/totemudp.c > @@ -518,6 +518,7 @@ static int encrypt_and_sign_nss ( > "PK11_CreateContext failed (encrypt) crypt_type=%d (err > %d): %s\n", > instance->totem_config->crypto_crypt_type, > PR_GetError(), err); > + free(inbuf); > return -1; > } > rv1 = PK11_CipherOp(enc_context, outdata, > -- > 1.6.6.1 _______________________________________________ Openais mailing list [email protected] https://lists.linux-foundation.org/mailman/listinfo/openais
