Memory leak in ResultDisplay::append()

Issue #259 closed
Former user created an issue

Originally reported on Google Code with ID 259

The unadorned invocation of HMath::formatScientific(...) as an argument 
to ResultDisplay::Private::append() most certainly leaks the dynamically 
allocated memory returned from _doFormat().

Reported by andreas_scherer@alice.de on 2009-02-21 10:44:04

<hr> * Attachment: 0001-Fix-memory-leak-in-ResultDisplay-append.patch

Comments (4)

  1. Former user Account Deleted

    ``` Code change applied. ```

    Reported by `andreas_scherer@alice.de` on 2009-02-22 19:23:15 - Status changed: `Fixed` - Labels added: Type-Defect, Priority-Medium

  2. Former user Account Deleted

    Reported by `helder.pereira.correia` on 2009-02-22 19:33:04 - Labels added: Milestone-0.11

  3. Log in to comment