[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug classpath/29263] Memory leak in VMDouble.toString()
From: |
slipszi at yahoo dot com |
Subject: |
[Bug classpath/29263] Memory leak in VMDouble.toString() |
Date: |
13 Jun 2007 16:12:57 -0000 |
------- Comment #3 from slipszi at yahoo dot com 2007-06-13 16:12 -------
Created an attachment (id=13698)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=13698&action=view)
Patch
The solution from comment 2 is not entirely correct since _dtoa_r sometimes
returns a static string (Infinity, NaN, 0). However, we can free reent._result
(if it isn't NULL).
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=29263
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug classpath/29263] Memory leak in VMDouble.toString(),
slipszi at yahoo dot com <=