fix a memory leak in key.cpp #1495 pull Diapolo wants to merge 1 commits into bitcoin:master from Diapolo:fix_CKey_mem_leak changing 1 files +3 −0 Conversation Commits1 Files1 Check Diapolo commented at 12:44 PM on June 21, 2012: none add EC_KEY_free() in CKey::Reset() when pkey != NULL init pkey with NULL in CKey constructor Fix for #1474 fix a memory leak in key.cpp - add EC_KEY_free() in CKey::Reset() when pkey != NULL - init pkey with NULL in CKey constructor a3d12f445a gmaxwell commented at 3:38 PM on June 22, 2012: contributor ACK. gmaxwell referenced this in commit a3869547e5 on Jun 22, 2012 gmaxwell merged this on Jun 22, 2012 gmaxwell closed this on Jun 22, 2012 coblee referenced this in commit 9fa22b47ab on Jul 17, 2012 lateminer referenced this in commit caa91b08fd on May 6, 2020 bitcoin locked this on Sep 8, 2021 ContributorsDiapologmaxwell Linked (view graph)#1474 CKey::Reset() memory leak