[Gaim-encryption-devel] Memory leak in rsa_nss_sign()
Brought to you by:
obobo
From: Max K. <ma...@du...> - 2006-09-16 19:32:01
|
Package: gaim-encryption Version: 2.38-3 Yet another memory leak: rsa_nss_sign() in rsa_nss.c allocates memory to tmp_sig, but doesn't free it in the error handler. |