[Gaim-encryption-devel] Memory leak in GE_received_keys()
Brought to you by:
obobo
From: Max K. <ma...@du...> - 2006-09-16 19:18:26
|
Package: gaim-encryption Version: 2.38-3 The function GE_received_key() in keys.c allocates heap memory to the variable resend_msg_id, but doesn't free it in the error handler 12 lines below ("if (new_key->key == 0) ..."). |