|
From: strk <st...@ke...> - 2009-09-07 06:54:27
|
Dang, I wouldn't be surprised to find memory leaks.
My suggestion is to use valgrind to know more about
the cause of the leak. Patches welcome.
--strk;
On Mon, Aug 03, 2009 at 03:26:02PM +0700, Dang Le wrote:
> Hi all,
> Is this mailing list still alive?
> I didn't receive any mail digest from May (which was Vol 33, Issue 1)
>
> Could anyone out there still reading this mailing list give me some
> advice on the following issue?
>
> I build ming-0.4.2 official release with VS2008 (dynamic build),
> everything seems to work fine.
> But I get mem leak whenever trying to compile actionscript like:
>
> function TelexTyping(txtField, strText)
> {
> };
>
> or:
>
> String.prototype.format = function()
> {
> var str = this;
> for(var i=0;i<arguments.length;i++)
> {
> var re = "{" + (i) + "}";
> str = str.replace(re, arguments[i]);
> };
> return str;
> };
>
> I notice that the mem leak occurs when the script has a function
> declaration/definition
>
> Does anyone experience this problem before?
>
> Any help or suggestion is really appreciated!
> Thank you.
> Le Hong Dang.
>
>
> ------------------------------------------------------------------------------
> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
> trial. Simplify your report design, integration and deployment - and focus on
> what you do best, core application coding. Discover what's new with
> Crystal Reports now. http://p.sf.net/sfu/bobj-july
> _______________________________________________
> Ming-devr mailing list
> Min...@li...
> https://lists.sourceforge.net/lists/listinfo/ming-devr
--
Free GIS & Flash consultant/developer () ASCII Ribbon Campaign
http://foo.keybit.net/~strk/services.html /\ Keep it simple!
|