Details
-
Bug
-
Resolution: Unresolved
-
P3: Somewhat important
-
None
-
5.5.1, 5.6.1
-
None
-
Windows, MSYS build Environment
Linux, Ubuntu
Description
Running valgrind on a program that uses QTemporaryFile and calls QTemporaryFile::open() induces a 1-time, 4-byte memory leak.
Using it within a loop, say, 1000 times still creates the same memory leak, demonstrating it is not a major issue
If the temporary file is not opened, merely created and then destroyed, there is no memory leak.