minor memory leak

This commit is contained in:
rdb 2013-02-13 13:21:21 +00:00
parent 97c9914da2
commit 232821a0b1

View File

@ -109,6 +109,7 @@ wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, PWSTR pCmdLine, int nCmdS
wstring cert_filename (argv[0]);
wstring cert_dir (argv[1]);
LocalFree(argv);
AuthDialog *dialog = new AuthDialog(cert_filename, cert_dir);
dialog->show();