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

Static Code Analysis : fix various memory leaks.

This commit is contained in:
Mounir IDRASSI
2014-07-09 05:35:56 +02:00
parent 5281e2d3b9
commit 899a22b840
4 changed files with 16 additions and 4 deletions

View File

@@ -55,6 +55,8 @@ BOOL CALLBACK CommandHelpDlgProc (HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM
}
SetWindowText (GetDlgItem (hwndDlg, IDC_COMMANDHELP_TEXT), (char*) tmp);
TCfree(tmp);
return 1;
}