[Bug 1971] Memory leak in tmpfile()

bugzilla-daemon at rtems.org bugzilla-daemon at rtems.org
Fri Apr 11 20:33:28 UTC 2014


https://www.rtems.org/bugzilla/show_bug.cgi?id=1971

Gedare <gedare at rtems.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |gedare at rtems.org
         Resolution|                            |FIXED

--- Comment #1 from Gedare <gedare at rtems.org> 2014-04-11 15:33:28 CDT ---
The attached test cannot be committed because it lacks a proper license header.
It would be better to rewrite the test more like
http://git.rtems.org/rtems/tree/testsuites/fstests/fsdosfssync01/init.c

That said, I ran the simple application with sparc-sis and observe:
Memory usage before:
Number of used blocks: 16
Largest used block:    1128
Total bytes used:      3760

Memory usage after:
Number of used blocks: 17
Largest used block:    1128
Total bytes used:      4232

So it looks like the memory leak has been fixed some time.

-- 
Configure bugmail: https://www.rtems.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the bugs mailing list