[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Re: problem report #97: base/src/emacs/src/term.c (init_tty):RESOURC
From: |
richardeng |
Subject: |
Re: Re: problem report #97: base/src/emacs/src/term.c (init_tty):RESOURCE_LEAK |
Date: |
Mon, 8 Dec 2008 17:11:51 +0800 |
Dan Nicolaescu <address@hidden> writes:
> CID: 97
> Checker: RESOURCE_LEAK (help)
> File: base/src/emacs/src/term.c
> Function: init_tty
> Description: Returned without freeing storage "area"
>
> Event alloc_fn: Called allocation function "xmalloc" [model]
> Event var_assign: Assigned variable "area" to storage returned from
"xmalloc"
> Also see events: [var_assign][leaked_storage]
Hi, Dan
What tool do you use to check the Emacs memory leak? I just know valgrind
doesn't work.
It seems the above report is generated by some tool.
Thank you!