mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-12 03:10:08 +01:00
Fix some memory leaks (thanks to okozina).
git-svn-id: https://cryptsetup.googlecode.com/svn/trunk@610 36d66b0a-2a48-0410-832c-cd162a569da5
This commit is contained in:
@@ -355,6 +355,12 @@ static void _cleanup(void)
|
||||
remove(BACKUP_FILE);
|
||||
|
||||
_remove_keyfiles();
|
||||
|
||||
free(tmp_file_1);
|
||||
free(test_loop_file);
|
||||
free(THE_LOOP_DEV);
|
||||
free(DEVICE_1);
|
||||
free(DEVICE_2);
|
||||
}
|
||||
|
||||
static int _setup(void)
|
||||
|
||||
Reference in New Issue
Block a user