bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#7190: Crash in menus on w32


From: grischka
Subject: bug#7190: Crash in menus on w32
Date: Fri, 22 Oct 2010 18:20:48 +0200
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

Jason Rumney wrote:
grischka <grishka@gmx.de> writes:

The above code was to fix a memory and resource leak in that case.
With the patch, leaking these strings cannot happen by design also
provided the MENUITEMs themselves are destroyed correctly always which
is made sure by bugs 2/3 fixed:
2) memory leak: was trying to free items from already deleted menu
3) memory leak: was trying to free menu from already deleted window

OK, I understand now - it seems you have fixed the underlying bug that
caused that memory leak to happen in the first place, so the timer
kludge is no longer neccesary.


Just tried to be less clever.

"Debugging is twice as hard as writing the code in the first place.
Therefore, if you write the code as cleverly as possible, you are,
by definition, not smart enough to debug it." -- Brian Kernighan






reply via email to

[Prev in Thread] Current Thread [Next in Thread]