Typo in vie_autotest_win.cc

BUG=2637
TEST=AutoTest
R=mflodman@webrtc.org, phoglund@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/4079004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@5145 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
braveyao@webrtc.org 2013-11-21 02:17:01 +00:00
parent a750044396
commit 425e1d0fb9

View File

@ -64,7 +64,7 @@ ViEAutoTestWindowManager::~ViEAutoTestWindowManager() {
ViEDestroyWindow(_hwnd1);
}
if (_hwnd2) {
ViEDestroyWindow(_hwnd1);
ViEDestroyWindow(_hwnd2);
}
delete &_crit;
}