[GHC] #9028: [CID43167] Fix memleak in hp2ps

#9028: [CID43167] Fix memleak in hp2ps ------------------------------------+------------------------------------- Reporter: nicolast | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: None | Version: 7.8.2 Keywords: coverity, hp2ps | Operating System: Unknown/Multiple Architecture: Unknown/Multiple | Type of failure: None/Unknown Difficulty: Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | ------------------------------------+------------------------------------- Coverity found a memleak in hp2ps, an allocated buffer not being freed. Attached patch adds the free call. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/9028 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#9028: [CID43167] Fix memleak in hp2ps -------------------------------------+------------------------------------ Reporter: nicolast | Owner: Type: bug | Status: closed Priority: normal | Milestone: Component: None | Version: 7.8.2 Resolution: fixed | Keywords: coverity, hp2ps Operating System: Unknown/Multiple | Architecture: Unknown/Multiple Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: Blocking: | Related Tickets: -------------------------------------+------------------------------------ Changes (by thoughtpolice): * status: new => closed * resolution: => fixed Comment: Merged in HEAD and 7.8 this morning, thanks! -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/9028#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC