|
[GHC] #803: malloc() without free(): msg#00125lang.haskell.glasgow.bugs
#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> |
|---|---|---|
| Previous by Date: | Re: GHC 6.2.2 and 6.4.1 on IRIX64 both failed, this time with new error, Simon Marlow |
|---|---|
| Next by Date: | [GHC] #804: Signal handlers always installed, evem in a DLL, GHC |
| Previous by Thread: | [GHC] #802: Allow two packages to use the same module name, GHC |
| Next by Thread: | [GHC] #804: Signal handlers always installed, evem in a DLL, GHC |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |