mirror of
https://git.suyu.dev/suyu/breakpad.git
synced 2026-02-28 02:52:59 +00:00
Fix for issue 222001.
git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@725 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
@@ -84,7 +84,7 @@ class TestStaticAddressMap : public ::testing::Test {
|
||||
|
||||
void TearDown() {
|
||||
for (int i = 0; i < kNumberTestCases; ++i) {
|
||||
delete map_data[i];
|
||||
delete [] map_data[i];
|
||||
delete [] testdata[i];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user