Add a free() to ExceptionHandlerTest.ChildCrash.

Review URL: http://breakpad.appspot.com/193001

git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@687 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
thestig@chromium.org 2010-09-16 01:24:32 +00:00
parent 0e3b7020b8
commit fda6a1e6fe

View File

@ -126,6 +126,7 @@ TEST(ExceptionHandlerTest, ChildCrash) {
ASSERT_EQ(stat(minidump_filename.c_str(), &st), 0);
ASSERT_GT(st.st_size, 0u);
unlink(minidump_filename.c_str());
free(filename);
}
static const unsigned kControlMsgSize =