logo       

[GHC] #803: malloc() without free(): msg#00125

lang.haskell.glasgow.bugs

Subject: [GHC] #803: malloc() without free()

#803: malloc() without free()
-------------------------+--------------------------------------------------
Reporter: guest | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Compiler | Version: 6.4.2
Severity: normal | Keywords:
Os: Unknown | Difficulty: Unknown
Architecture: Unknown |
-------------------------+--------------------------------------------------
The GHC runtime system contains a lot of malloc()s without any
corresponding free().
This normally doesn't matter, but when you build a DLL which gets
repeatedly loaded
and unloaded it leads to memory leaks.

This patch fixes some of the malloc()s without free().

--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/803>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@xxxxxxxxxxx
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs
<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise