K 10 svn:author V 2 ae K 8 svn:date V 27 2018-12-20T08:28:51.909287Z K 7 svn:log V 191 MFC r342030: Plug memory leak for AES_*_NIST_GMAC algorithms. swcr_newsession() allocates sw_ictx for these algorithms, thus we need to free() it in swcr_freesession(). PR: 233907 END