mirror of
https://git.suyu.dev/suyu/mbedtls.git
synced 2025-12-24 00:06:32 +01:00
Fixed memory leak in benchmark application
This commit is contained in:
parent
77e257e958
commit
f70fe81a6e
2 changed files with 3 additions and 0 deletions
|
|
@ -298,6 +298,8 @@ int main( int argc, char *argv[] )
|
|||
TIME_AND_TSC( title,
|
||||
gcm_crypt_and_tag( &gcm, GCM_ENCRYPT, BUFSIZE, tmp,
|
||||
12, NULL, 0, buf, buf, 16, tmp ) );
|
||||
|
||||
gcm_free( &gcm );
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue