diff options
author | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-02-08 23:29:42 +0100 |
---|---|---|
committer | Mounir IDRASSI <mounir.idrassi@idrix.fr> | 2015-02-09 11:01:08 +0100 |
commit | 1ab00f3e3cac1754abcb1d91edf01198b24a32a2 (patch) | |
tree | 3e65316e6f266ce26f14e24b07c404fef539d51d /src/Common/Dlgcode.h | |
parent | 651bea29b4a433972d06cd12be5ef91ec544a41a (diff) | |
download | VeraCrypt-1ab00f3e3cac1754abcb1d91edf01198b24a32a2.tar.gz VeraCrypt-1ab00f3e3cac1754abcb1d91edf01198b24a32a2.zip |
Static Code Analysis: Correct memory leaks. Add more checks.
Diffstat (limited to 'src/Common/Dlgcode.h')
-rw-r--r-- | src/Common/Dlgcode.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Common/Dlgcode.h b/src/Common/Dlgcode.h index 4b371c05..8f6314eb 100644 --- a/src/Common/Dlgcode.h +++ b/src/Common/Dlgcode.h @@ -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);
|