1
0
mirror of https://github.com/veracrypt/VeraCrypt.git synced 2025-11-11 19:08:26 -06:00

Static Code Analysis: Correct memory leaks. Add more checks.

This commit is contained in:
Mounir IDRASSI
2015-02-08 23:29:42 +01:00
parent 651bea29b4
commit 1ab00f3e3c
2 changed files with 77 additions and 18 deletions

View File

@@ -288,6 +288,7 @@ void SavePostInstallTasksSettings (int command);
void DoPostInstallTasks (HWND hwndDlg);
void InitOSVersionInfo ();
void InitApp ( HINSTANCE hInstance, char *lpszCommandLine );
void FinalizeApp (void);
void InitHelpFileName (void);
BOOL OpenDevice (const char *lpszPath, OPEN_TEST_STRUCT *driver, BOOL detectFilesystem);
void NotifyDriverOfPortableMode (void);