cppguy / googletest

Automatically exported from code.google.com/p/googletest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

memory leak when gtest are printing

GoogleCodeExporter opened this issue · comments

What steps will reproduce the problem?
1.Just have unit test with bad result (e.g. Expect_TRUE with false condition) 
in infinity loop and run task manager. You will see growing memory for process.

What is the expected output? What do you see instead?
output is expected but memory leak is not.

What version of Google Test are you using? On what operating system?
I am using win7  and gtest1.7 but same behavior on gtest1.6

Please provide any additional information below, such as a code snippet.
Is easy to reproduce. 


Do you have any advice for this? Existing fix or recommandation.

Original issue reported on code.google.com by Cervenka...@gmail.com on 18 Jun 2015 at 1:08